Version 10.10

This commit is contained in:
Cameron Gutman
2022-11-11 12:21:25 -06:00
parent cbe602655c
commit 00415aac79
2 changed files with 8 additions and 2 deletions

View File

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