Skip to content
This repository was archived by the owner on Jun 10, 2023. It is now read-only.

Commit b2a51f8

Browse files
author
Mohammad Mahdi Nouri
authored
Update README.md
1 parent b81d570 commit b2a51f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-TextViewPlus-red.svg?style=flat-square)]()
33

44
Just a simple library for Android that provides setting custom font on TextView from xml layout or Java class
5-
![alt tag](https://phelat.com/Git/TextViewPlus/screenshot.png)
5+
![alt tag](https://github.com/PHELAT/TextViewPlus/blob/master/screenshot/screenshot.png)
66

77
## Installation
88
### Gradle
99
```groovy
1010
dependencies {
1111
...
12-
compile 'phelat.textview:textviewplus:1.2.1'
12+
compile 'phelat.textview:textviewplus:1.2.2'
1313
}
1414
```
1515
### Maven
1616
```xml
1717
<dependency>
1818
<groupId>phelat.textview</groupId>
1919
<artifactId>textviewplus</artifactId>
20-
<version>1.2.1</version>
20+
<version>1.2.2</version>
2121
<type>pom</type>
2222
</dependency>
2323
```

0 commit comments

Comments
 (0)