Skip to content

Commit

Permalink
1.5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyongkui committed Jul 21, 2017
1 parent c1e3a61 commit 50fd5de
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.1"
version = "1.5.4.2"
android {
compileSdkVersion 23
buildToolsVersion "23.0.2"

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

Expand Down

0 comments on commit 50fd5de

Please sign in to comment.