Skip to content

Commit

Permalink
Increase versionCode for Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
a6wu committed Sep 8, 2016
1 parent 846b77b commit ba276b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ android {
applicationId "com.nowucsandiego"
minSdkVersion 18
targetSdkVersion 23
versionCode 1
versionCode 2
versionName "1.0"
ndk {
abiFilters "armeabi-v7a", "x86"
Expand Down Expand Up @@ -152,4 +152,4 @@ dependencies {
task copyDownloadableDepsToLibs(type: Copy) {
from configurations.compile
into 'libs'
}
}

0 comments on commit ba276b4

Please sign in to comment.