Version 12.1

This commit is contained in:
Cameron Gutman
2024-02-27 22:45:27 -06:00
parent e70014bb28
commit 1b1b100e63
2 changed files with 11 additions and 2 deletions

View File

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