[Scummvm-git-logs] scummvm master -> 9f095fa4f90cb39abb37f0a41477c52286694893

antoniou79 noreply at scummvm.org
Tue Dec 26 20:18:05 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:
9f095fa4f9 DISTS: ANDROID: Correct build number purpose


Commit: 9f095fa4f90cb39abb37f0a41477c52286694893
    https://github.com/scummvm/scummvm/commit/9f095fa4f90cb39abb37f0a41477c52286694893
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2023-12-26T22:17:53+02:00

Commit Message:
DISTS: ANDROID: Correct build number purpose

Changed paths:
    dists/android/build.gradle


diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index 7d0f498b853..d2d53494222 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -49,8 +49,8 @@ android {
 		// (M is major release version number)
 		// (m is minor release version number)
 		// (p is patch/bugfix release number)
-		// (b is beta build number, if beta testing was done on Play Store)
-		// (a is a number indicating the target architecture (ABI):
+		// (b is build number, eg. re-release or beta testing was done on Play Store)
+		// (a is a number indicating the target architecture (ABI)):
 		//     (1: arm-v7a, 2: arm64-v8a, 3: x86, 4: x86_64)
 		// eg. ScummVM 2.9.0 builds would have version codes: 2090001 - 2090004
 		// --------------




More information about the Scummvm-git-logs mailing list