Version 10.8.4

This commit is contained in:
Cameron Gutman
2022-09-22 23:17:58 -05:00
parent 9ed3b3a9df
commit e8ea2a8ec1
2 changed files with 3 additions and 2 deletions

View File

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