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

antoniou79 a.antoniou79 at gmail.com
Fri Oct 1 12:47:00 UTC 2021


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:
d109df3939 ANDROID: Update versionCode and versionName for master


Commit: d109df393940aa49e2aeb30f5eef663ac6be56bf
    https://github.com/scummvm/scummvm/commit/d109df393940aa49e2aeb30f5eef663ac6be56bf
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2021-10-01T15:46:03+03:00

Commit Message:
ANDROID: Update versionCode and versionName for master

Changed paths:
    dists/android/build.gradle


diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index a8160d9949..89490fd7af 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -35,11 +35,12 @@ android {
         minSdkVersion 16
         targetSdkVersion 29
 
-        versionName "2.3.0git"
-        versionCode 65
+        versionName "2.6.0git"
+        versionCode 69
         // versioncode must be incremented for each market upload
-        // ScummVM 2.3.0: 65-68 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
+        // ScummVM 2.6.0: 69-72 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
         // Historical version codes:
+        // 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)
         // ScummVM 2.2.1: 57-60 Beta 3 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
         // ScummVM 2.2.1: 57-60 *Reserved for 2.2.1 stable/release* (arm-v7a, arm64-v8a, x86, x86_64 respectively)




More information about the Scummvm-git-logs mailing list