Skip to content

Commit 87d255a

Browse files
authored
Merge pull request #2 from AAkira/dev/1.1.0
Bump up the version to 1.1.0.
2 parents e4213fe + b75e3cb commit 87d255a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ buildscript {
9999
}
100100
101101
dependencies {
102-
compile 'com.github.aakira:compound-text-view:1.0.0@aar'
102+
compile 'com.github.aakira:compound-text-view:1.1.0@aar'
103103
}
104104
```
105105
## Using libraries

Diff for: gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ org.gradle.jvmargs=-Xmx1536m
1919

2020
# This library version
2121

22-
LIBRARY_VERSION_CODE=1
23-
LIBRARY_VERSION_NAME=1.0.0
22+
LIBRARY_VERSION_CODE=2
23+
LIBRARY_VERSION_NAME=1.1.0
2424

2525
# App information
2626

0 commit comments

Comments
 (0)