Version 10.6

This commit is contained in:
Cameron Gutman
2022-07-07 23:17:08 -05:00
parent 1eca461cb1
commit babfc99c35
2 changed files with 6 additions and 2 deletions

View File

@@ -9,8 +9,8 @@ android {
minSdk 16
targetSdk 33
versionName "10.5"
versionCode = 282
versionName "10.6"
versionCode = 283
// Generate native debug symbols to allow Google Play to symbolicate our native crashes
ndk.debugSymbolLevel = 'FULL'