Version 10.4

This commit is contained in:
Cameron Gutman
2022-06-18 10:18:37 -05:00
parent dc9bfe5189
commit b16676b54a
2 changed files with 9 additions and 2 deletions

View File

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