Updated version for release with latest bubblewrap
This commit is contained in:
parent
5c1896497a
commit
d8275fee80
@ -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
|
||||||
|
@ -1 +1 @@
|
|||||||
e2685be05360eef4c2333eec0e5964e9082d2fe9
|
d3646cbeeecc32181c5e0d69454a9b727af86ad5
|
@ -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"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user