Skip to content

Commit d91f676

Browse files
author
liuyongkui
committed
novate 1.5.3.2
1 parent 6d4b71b commit d91f676

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.3.1"
4+
version = "1.5.3.2"
55
android {
66
compileSdkVersion 23
77
buildToolsVersion "23.0.2"
88

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

0 commit comments

Comments
 (0)