Skip to content

Commit

Permalink
update android versionCode
Browse files Browse the repository at this point in the history
  • Loading branch information
chen committed Mar 29, 2019
1 parent a16f1e4 commit 5986df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ android {
applicationId "com.chaion.makkii"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 5
versionCode 6
versionName "0.1.0"
ndk {
abiFilters "armeabi-v7a", "x86"
Expand Down

0 comments on commit 5986df7

Please sign in to comment.