[Scummvm-git-logs] scummvm branch-2-7 -> 2d963505353917fd31fe6b06f694a8083f16872d
antoniou79
noreply at scummvm.org
Sun Mar 26 11:41:06 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:
2d96350535 ANDROID: Update versioncodes reservation for 2.7.0 beta 4
Commit: 2d963505353917fd31fe6b06f694a8083f16872d
https://github.com/scummvm/scummvm/commit/2d963505353917fd31fe6b06f694a8083f16872d
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2023-03-26T14:40:39+03:00
Commit Message:
ANDROID: Update versioncodes reservation for 2.7.0 beta 4
Changed paths:
dists/android/build.gradle
diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index 6c3046dd8ab..5524b606bc1 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -41,9 +41,10 @@ android {
targetSdkVersion 33
versionName "2.7.0"
- versionCode 97
+ versionCode 101
// versioncode must be incremented for each market upload
// Historical version codes:
+ // 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)
// ScummVM 2.7.0: 89 - 92 (arm-v7a, arm64-v8a, x86, x86_64 respectively) (beta 1 on Play Store)
More information about the Scummvm-git-logs
mailing list