Skip to content

Commit

Permalink
Bump Android version.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsegura committed Dec 13, 2021
1 parent ce3efc5 commit 6d804cd
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 152
versionName "1.15.0"
versionCode 153
versionName "1.16.0"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}
Expand Down

0 comments on commit 6d804cd

Please sign in to comment.