[Scummvm-git-logs] scummvm master -> 05b682fdc372440b4be89c79828f559dc7d5d927

antoniou79 noreply at scummvm.org
Sun Jun 5 19:56:12 UTC 2022


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:
05b682fdc3 ANDROID: New versionCodes 89-93 for 2.7.0


Commit: 05b682fdc372440b4be89c79828f559dc7d5d927
    https://github.com/scummvm/scummvm/commit/05b682fdc372440b4be89c79828f559dc7d5d927
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2022-06-05T22:54:51+03:00

Commit Message:
ANDROID: New versionCodes 89-93 for 2.7.0

Skipped 3 batches of codes as reserved for possible beta testing or bug fix 2.6.x releases

Changed paths:
    dists/android/build.gradle


diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index 60638ecd251..3006f223e4d 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -35,11 +35,15 @@ android {
         minSdkVersion 16
         targetSdkVersion 29
 
-        versionName "2.6.0"
-        versionCode 73
+        versionName "2.7.0"
+        versionCode 89
         // versioncode must be incremented for each market upload
-        // ScummVM 2.6.0: 73-76 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
+        // ScummVM 2.7.0: 89-93 (arm-v7a, arm64-v8a, x86, x86_64 respectively)		
+        // ScummVM 2.6.x: 85-88 (reserved for potential beta or 2.6.x bugfix builds)
+        // ScummVM 2.6.x: 81-84 (reserved for potential beta or 2.6.x bugfix builds)
+        // ScummVM 2.6.x: 77-80 (reserved for potential beta or 2.6.x bugfix builds)
         // Historical version codes:
+        // ScummVM 2.6.0: 73-76 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
         // ScummVM 2.5.1: 69-72 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
         // ScummVM 2.5.0: 65-68 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
         // ScummVM 2.2.1: 61-64 Play Store release version for 2.2.1 (arm-v7a, arm64-v8a, x86, x86_64 respectively)




More information about the Scummvm-git-logs mailing list