Skip to content

Commit

Permalink
update android version to 13 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leoaion committed Oct 24, 2019
1 parent d285f86 commit 19cacbb
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 @@ -103,8 +103,8 @@ android {
applicationId "com.chaion.makkii"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 12
versionName "1.1.0"
versionCode 13
versionName "1.2.0"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}
Expand Down

0 comments on commit 19cacbb

Please sign in to comment.