Skip to content

Commit

Permalink
1.5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyongkui committed Jul 18, 2017
1 parent 92be713 commit 0a309da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions novate/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
version = "1.5.4"
version = "1.5.4.1"
android {
compileSdkVersion 23
buildToolsVersion "23.0.2"

defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 37
versionCode 38
versionName version
}

Expand Down

0 comments on commit 0a309da

Please sign in to comment.