[Scummvm-git-logs] scummvm master -> 0d7d8fdaa1c99fff76175c9a8b3cbed3df778d4f

antoniou79 a.antoniou79 at gmail.com
Thu Sep 24 10:49:09 UTC 2020


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:
0d7d8fdaa1 ANDROID: Account for possible v2.2.1 in build.gradle


Commit: 0d7d8fdaa1c99fff76175c9a8b3cbed3df778d4f
    https://github.com/scummvm/scummvm/commit/0d7d8fdaa1c99fff76175c9a8b3cbed3df778d4f
Author: antoniou (a.antoniou79 at gmail.com)
Date: 2020-09-24T13:48:16+03:00

Commit Message:
ANDROID: Account for possible v2.2.1 in build.gradle

Changed paths:
    dists/android/build.gradle


diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index df23b1695a..b27a3e38ef 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -36,10 +36,11 @@ android {
         targetSdkVersion 28
 
         versionName "2.3.0git"
-        versionCode 49
+        versionCode 53
         // versioncode must be incremented for each market upload
-        // ScummVM 2.3.0: 49-52 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
+        // ScummVM 2.3.0: 53-56 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
         // Historical version codes:
+        // ScummVM 2.2.1: 49-52 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
         // ScummVM 2.2.0: 45-48 (arm-v7a, arm64-v8a, x86, x86_64 respectively -- armeabi was dropped)
         // ScummVM 2.1.1: 40-44 (armeabi, arm-v7a, arm64-v8a, x86, x86_64 respectively)
         // ScummVM 2.1.0: 35-39 (armeabi, arm-v7a, arm64-v8a, x86, x86_64 respectively)




More information about the Scummvm-git-logs mailing list