Version 10.7

This commit is contained in:
Cameron Gutman
2022-08-04 21:13:01 -05:00
parent e2fc76d21d
commit eb5f7ef7af
2 changed files with 9 additions and 2 deletions

View File

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