[Scummvm-git-logs] scummvm branch-2-7 -> 61822421e1649f948838978e9eb2938c3ad63b10
antoniou79
noreply at scummvm.org
Sat Apr 22 11:33:11 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:
61822421e1 ANDROID: Update versioncodes reservation for 2.7.0.5
Commit: 61822421e1649f948838978e9eb2938c3ad63b10
https://github.com/scummvm/scummvm/commit/61822421e1649f948838978e9eb2938c3ad63b10
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2023-04-22T14:32:41+03:00
Commit Message:
ANDROID: Update versioncodes reservation for 2.7.0.5
Changed paths:
dists/android/build.gradle
diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index 5524b606bc1..00f0ca2f1a5 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -40,10 +40,12 @@ android {
minSdkVersion 16
targetSdkVersion 33
- versionName "2.7.0"
- versionCode 101
+ versionName "2.7.1"
+ versionCode 109
// versioncode must be incremented for each market upload
+ // ScummVM 2.7.x: 109 - 112 (reserve for potential beta or bug fix release)
// Historical version codes:
+ // ScummVM 2.7.0.5: 105 - 108 (arm-v7a, arm64-v8a, x86, x86_64 respectively) (proper release on Play Store)
// ScummVM 2.7.0.4: 101 - 104 (arm-v7a, arm64-v8a, x86, x86_64 respectively) (beta 4 on Play Store)
// ScummVM 2.7.0.2: 97 - 100 (arm-v7a, arm64-v8a, x86, x86_64 respectively) (beta 3 on Play Store)
// ScummVM 2.7.0.1: 93 - 96 (arm-v7a, arm64-v8a, x86, x86_64 respectively) (beta 2 on Play Store)
More information about the Scummvm-git-logs
mailing list