Skip to content

Commit

Permalink
Bump version for Android.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsegura committed Jan 17, 2022
1 parent 5bb3bb7 commit edac3bc
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 @@ -144,8 +144,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled true
versionCode 156
versionName "1.16.3"
versionCode 158
versionName "1.17.0"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}
Expand Down

0 comments on commit edac3bc

Please sign in to comment.