Skip to content

Commit 13d54c5

Browse files
author
liuyongkui
committed
1.5.3
1 parent 36a90ea commit 13d54c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

novate/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
4-
version = "1.5.2.3"
4+
version = "1.5.3"
55
android {
66
compileSdkVersion 23
77
buildToolsVersion "23.0.2"
88

99
defaultConfig {
1010
minSdkVersion 14
1111
targetSdkVersion 23
12-
versionCode 33
12+
versionCode 34
1313
versionName version
1414
}
1515

0 commit comments

Comments
 (0)