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"
minSdkVersion 19
targetSdkVersion 33
versionCode 6
versionName "5"
versionCode 10
versionName "6"
// The name for the application
resValue "string", "appName", twaManifest.name

View File

@ -1 +1 @@
e2685be05360eef4c2333eec0e5964e9082d2fe9
d3646cbeeecc32181c5e0d69454a9b727af86ad5

View File

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