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

antoniou79 noreply at scummvm.org
Sat Apr 22 11:28:09 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:
a6d6df30f4 ANDROID: Update versioncodes reservation for 2.7.0.5


Commit: a6d6df30f46d3ebe781550a798d2b4c4a1694e92
    https://github.com/scummvm/scummvm/commit/a6d6df30f46d3ebe781550a798d2b4c4a1694e92
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2023-04-22T14:26:51+03:00

Commit Message:
ANDROID: Update versioncodes reservation for 2.7.0.5

Aimed for official release (out of beta) on Play Store

Changed paths:
    dists/android/build.gradle


diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index 739a5297ee0..23000480287 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -41,11 +41,12 @@ android {
         targetSdkVersion 33
 
         versionName "2.8.0"
-        versionCode 109
+        versionCode 113
         // versioncode must be incremented for each market upload
-        // 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)
+        // ScummVM 2.8.0:   113 - 116 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
+        // 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