Version 12.0.1

This commit is contained in:
Cameron Gutman
2023-10-17 22:39:49 -05:00
parent 26f8c0842e
commit abc4123c52
2 changed files with 7 additions and 2 deletions

View File

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