Version 10.8.1

This commit is contained in:
Cameron Gutman
2022-09-11 23:47:34 -05:00
parent 658940d3fb
commit c8f1f9325e
2 changed files with 4 additions and 2 deletions

View File

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