Updated version for release with latest bubblewrap

This commit is contained in:
Condorra 2024-06-30 00:45:01 +10:00
parent 5c1896497a
commit d8275fee80
3 changed files with 6 additions and 6 deletions

View File

@ -56,8 +56,8 @@ android {
applicationId "org.blastmud.game" applicationId "org.blastmud.game"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 33 targetSdkVersion 33
versionCode 6 versionCode 10
versionName "5" versionName "6"
// The name for the application // The name for the application
resValue "string", "appName", twaManifest.name resValue "string", "appName", twaManifest.name

View File

@ -1 +1 @@
e2685be05360eef4c2333eec0e5964e9082d2fe9 d3646cbeeecc32181c5e0d69454a9b727af86ad5

View File

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