[Scummvm-git-logs] scummvm branch-2-7 -> a7bfd206bf6f76217023425988d304cbea72a7f8
antoniou79
noreply at scummvm.org
Tue Feb 28 19:54:22 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:
a7bfd206bf ANDROID: Reserve new versionInfo batch for 2.7.0 beta 2
Commit: a7bfd206bf6f76217023425988d304cbea72a7f8
https://github.com/scummvm/scummvm/commit/a7bfd206bf6f76217023425988d304cbea72a7f8
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2023-02-28T21:53:45+02:00
Commit Message:
ANDROID: Reserve new versionInfo batch for 2.7.0 beta 2
Changed paths:
dists/android/build.gradle
diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index 1bd631e3cc5..1a8f83f5245 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -39,10 +39,11 @@ android {
targetSdkVersion 33
versionName "2.7.0"
- versionCode 89
+ versionCode 93
// versioncode must be incremented for each market upload
- // ScummVM 2.7.0: 89-92 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
+ // ScummVM 2.7.0: 93-96 (arm-v7a, arm64-v8a, x86, x86_64 respectively) (beta 2 on Play Store)
// Historical version codes:
+ // ScummVM 2.7.0: 89-92 (arm-v7a, arm64-v8a, x86, x86_64 respectively) (beta 1 on Play Store)
// ScummVM 2.6.x: 85-88 (skipped - was reserved for potential beta or 2.6.x bugfix builds)
// ScummVM 2.6.x: 81-84 (skipped - was reserved for potential beta or 2.6.x bugfix builds)
// ScummVM 2.6.1: 77-80 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
More information about the Scummvm-git-logs
mailing list