Version 11.0

This commit is contained in:
Cameron Gutman
2023-02-28 21:31:32 -06:00
parent 67bcc56c6d
commit 0b581011c5
2 changed files with 12 additions and 2 deletions

View File

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