Skip to content

Commit 588b182

Browse files
committed
Version 9.0.0
1 parent 282bff2 commit 588b182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: 'com.android.library'
22

3-
def version = '8.1.0'
3+
def version = '9.0.0'
44

55
ext {
66
bintrayRepo = 'maven'
@@ -33,7 +33,7 @@ android {
3333
defaultConfig {
3434
minSdkVersion 11
3535
targetSdkVersion 23
36-
versionCode 19
36+
versionCode 20
3737
versionName version
3838
}
3939
}

0 commit comments

Comments
 (0)