From 4a0cf391646765b21375f46b979225048020fb8b Mon Sep 17 00:00:00 2001 From: Condorra Date: Fri, 22 May 2026 17:29:15 +1000 Subject: [PATCH] Add changes left from last update --- app/build.gradle | 4 ++-- manifest-checksum.txt | 2 +- twa-manifest.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3d59218..84ad9c9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 diff --git a/manifest-checksum.txt b/manifest-checksum.txt index 7899ea7..5d47329 100644 --- a/manifest-checksum.txt +++ b/manifest-checksum.txt @@ -1 +1 @@ -337e2f7726dd4ac877d47f30928aac8d568d800b \ No newline at end of file +296fb7d46fa04c54a902abeb542c47a244d2f860 \ No newline at end of file diff --git a/twa-manifest.json b/twa-manifest.json index 7ad9fa3..22f05cc 100644 --- a/twa-manifest.json +++ b/twa-manifest.json @@ -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" } \ No newline at end of file