[Scummvm-git-logs] scummvm master -> d16c5ee118bdc1598d591fa4c0a6dace66ff877f

antoniou79 noreply at scummvm.org
Sun Mar 26 11:38:41 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:
d16c5ee118 ANDROID: Update versioncodes reservation for 2.7.0 beta 4


Commit: d16c5ee118bdc1598d591fa4c0a6dace66ff877f
    https://github.com/scummvm/scummvm/commit/d16c5ee118bdc1598d591fa4c0a6dace66ff877f
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2023-03-26T14:38:31+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 0bd7e449fdb..739a5297ee0 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -41,11 +41,12 @@ android {
         targetSdkVersion 33
 
         versionName "2.8.0"
-        versionCode 105
+        versionCode 109
         // versioncode must be incremented for each market upload
-        // ScummVM 2.8.0:   105 - 108 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
-        // ScummVM 2.7.x:   101 - 104 (reserved for potential beta or 2.7.x bugfix builds)
+        // ScummVM 2.8.0:   109 - 112 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
+        // ScummVM 2.7.x:   105 - 108 (reserve for potential beta or bug fix release)
         // 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