Version 12.0

This commit is contained in:
Cameron Gutman
2023-10-13 23:02:46 -05:00
parent b400ba385e
commit 79532f6f14
2 changed files with 18 additions and 2 deletions

View File

@@ -11,8 +11,8 @@ android {
minSdk 16
targetSdk 34
versionName "11.0"
versionCode = 306
versionName "12.0"
versionCode = 311
// Generate native debug symbols to allow Google Play to symbolicate our native crashes
ndk.debugSymbolLevel = 'FULL'