We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c240b87 commit c59251aCopy full SHA for c59251a
2 files changed
README.md
@@ -99,7 +99,7 @@ buildscript {
99
}
100
101
dependencies {
102
- compile 'com.github.aakira:compound-icon-textview:1.2.0@aar'
+ compile 'com.github.aakira:compound-icon-textview:1.2.1@aar'
103
104
```
105
## Using libraries
gradle.properties
@@ -19,8 +19,8 @@ org.gradle.jvmargs=-Xmx1536m
19
20
# This library version
21
22
-LIBRARY_VERSION_CODE=3
23
-LIBRARY_VERSION_NAME=1.2.0
+LIBRARY_VERSION_CODE=4
+LIBRARY_VERSION_NAME=1.2.1
24
25
# App information
26
0 commit comments