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

Commit e2c4dc9

Browse files
author
Mohammad Mahdi Nouri
authored
Update README.md
1 parent d38ccbf commit e2c4dc9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,23 @@
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 - Button - EditText from xml layout or Java class
5+
56
![alt tag](https://github.com/PHELAT/TextViewPlus/blob/master/screenshot/screenshot.png)
67

78
## Installation
89
### Gradle
910
```groovy
1011
dependencies {
1112
...
12-
compile 'phelat.textview:textviewplus:1.2.2'
13+
compile 'phelat.textview:textviewplus:1.3.0'
1314
}
1415
```
1516
### Maven
1617
```xml
1718
<dependency>
1819
<groupId>phelat.textview</groupId>
1920
<artifactId>textviewplus</artifactId>
20-
<version>1.2.2</version>
21+
<version>1.3.0</version>
2122
<type>pom</type>
2223
</dependency>
2324
```

0 commit comments

Comments
 (0)