Skip to content

Commit

Permalink
Up the version number for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Levitt committed Nov 2, 2015
1 parent ea7de9d commit 015f1d4
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 @@ -57,8 +57,8 @@ android {
applicationId "com.kakaponative"
minSdkVersion 16
targetSdkVersion 22
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down

0 comments on commit 015f1d4

Please sign in to comment.