We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4213fe + b75e3cb commit 87d255aCopy full SHA for 87d255a
2 files changed
README.md
@@ -99,7 +99,7 @@ buildscript {
99
}
100
101
dependencies {
102
- compile 'com.github.aakira:compound-text-view:1.0.0@aar'
+ compile 'com.github.aakira:compound-text-view:1.1.0@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=1
23
-LIBRARY_VERSION_NAME=1.0.0
+LIBRARY_VERSION_CODE=2
+LIBRARY_VERSION_NAME=1.1.0
24
25
# App information
26
0 commit comments