Skip to content

Commit ab3848a

Browse files
committed
DOCS : Update README to point to the latest version
1 parent f06732d commit ab3848a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.MD

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,12 @@ This GIF shows a ```ClickDrawableEditText``` with clickable drawables all around
4444
This library is minSdk 16
4545

4646
### 1. Add dependency in build.gradle
47-
```implementation 'com.matpag:clickdrawabletextview:2.0.2'```
47+
```gradle
48+
implementation "com.matpag:clickdrawabletextview:3.0.0@aar"
49+
50+
//required dependency
51+
implementation "com.android.support:appcompat-v7:${versions.supportLib}"
52+
```
4853

4954
### 2. Use a support theme
5055
Use one of the theme from ```Theme.AppCompat.*``` for your application theme.

0 commit comments

Comments
 (0)