[Scummvm-git-logs] scummvm master -> f9aba3a1305c0ee3ae2b1cdb49d7bedfdd9a8d4c
antoniou79
noreply at scummvm.org
Mon Dec 4 16:31:37 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
f9aba3a130 ANDROID: New versionCodes 133-136 for 2.9.0
Commit: f9aba3a1305c0ee3ae2b1cdb49d7bedfdd9a8d4c
https://github.com/scummvm/scummvm/commit/f9aba3a1305c0ee3ae2b1cdb49d7bedfdd9a8d4c
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2023-12-04T18:31:26+02:00
Commit Message:
ANDROID: New versionCodes 133-136 for 2.9.0
Changed paths:
dists/android/build.gradle
diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index a45f2282905..318484aa434 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -40,9 +40,11 @@ android {
minSdkVersion 16
targetSdkVersion 33
- versionName "2.8.0"
- versionCode 113
+ versionName "2.9.0"
+ versionCode 133
// versioncode must be incremented for each market upload
+ // ScummVM 2.9.0: 133 - 136 (arm-v7a, arm64-v8a, x86, x86_64 pending decision on AAB/APK publishing)
+ // ScummVM 2.8.x: 117 - 132 (reserved for intermediate releases and/or ABB publishing requirements)
// ScummVM 2.8.0: 113 - 116 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
// ScummVM 2.7.1: 109 - 112 (arm-v7a, arm64-v8a, x86, x86_64 respectively) (release on Play Store)
// Historical version codes:
More information about the Scummvm-git-logs
mailing list