Skip to content

Commit

Permalink
Update version info.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadCSong committed Jul 2, 2017
1 parent 44e0dc5 commit 57c00a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions shinebuttonlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 1
versionName "1.0"
versionCode 9
versionName "0.1.9"
}
buildTypes {
release {
Expand All @@ -24,3 +24,5 @@ dependencies {
compile 'com.android.support:appcompat-v7:23.2.1'
compile 'com.daasuu:EasingInterpolator:1.0.0'
}

apply from: '../maven_push.gradle'

0 comments on commit 57c00a8

Please sign in to comment.