Version 10.11

This commit is contained in:
Cameron Gutman
2022-12-04 13:54:37 -06:00
parent fba9a125bf
commit aa41bf8d97
2 changed files with 9 additions and 2 deletions

View File

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