We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f06732d commit ab3848aCopy full SHA for ab3848a
1 file changed
README.MD
@@ -44,7 +44,12 @@ This GIF shows a ```ClickDrawableEditText``` with clickable drawables all around
44
This library is minSdk 16
45
46
### 1. Add dependency in build.gradle
47
-```implementation 'com.matpag:clickdrawabletextview:2.0.2'```
+```gradle
48
+ implementation "com.matpag:clickdrawabletextview:3.0.0@aar"
49
+
50
+ //required dependency
51
+ implementation "com.android.support:appcompat-v7:${versions.supportLib}"
52
+```
53
54
### 2. Use a support theme
55
Use one of the theme from ```Theme.AppCompat.*``` for your application theme.
0 commit comments