[Scummvm-git-logs] scummvm branch-2-7-0-android -> e7b1e2a5985fafd9edd7fc7217300487cca680d0

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


Commit: e7b1e2a5985fafd9edd7fc7217300487cca680d0
    https://github.com/scummvm/scummvm/commit/e7b1e2a5985fafd9edd7fc7217300487cca680d0
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2023-04-22T14:35:02+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 c07508ab327..b9074a612c4 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -40,11 +40,12 @@ android {
         minSdkVersion 16
         targetSdkVersion 33
 
-        versionName "2.7.0.4"
-        versionCode 101
+        versionName "2.7.0.5"
+        versionCode 105
         // versioncode must be incremented for each market upload
-        // ScummVM 2.7.0.4: 101 - 104 (arm-v7a, arm64-v8a, x86, x86_64 respectively) (beta 4 on Play Store)
+        // ScummVM 2.7.0.5: 105 - 108 (arm-v7a, arm64-v8a, x86, x86_64 respectively) (proper release on Play Store)
         // 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