Add changes left from last update

This commit is contained in:
Condorra 2026-05-22 17:29:15 +10:00
parent 972d832f3c
commit 4a0cf39164
3 changed files with 6 additions and 6 deletions

View File

@ -57,8 +57,8 @@ android {
applicationId "org.blastmud.game"
minSdkVersion 19
targetSdkVersion 35
versionCode 15
versionName "14"
versionCode 16
versionName "15"
// The name for the application
resValue "string", "appName", twaManifest.name

View File

@ -1 +1 @@
337e2f7726dd4ac877d47f30928aac8d568d800b
296fb7d46fa04c54a902abeb542c47a244d2f860

View File

@ -20,8 +20,8 @@
"path": "../../../android.keystore",
"alias": "upload"
},
"appVersionName": "14",
"appVersionCode": 15,
"appVersionName": "15",
"appVersionCode": 16,
"shortcuts": [],
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "https://www.blastmud.org/manifest.json",
@ -39,5 +39,5 @@
"fingerprints": [],
"additionalTrustedOrigins": [],
"retainedBundles": [],
"appVersion": "14"
"appVersion": "15"
}