DISTS: ANDROID: Correct build number purpose

This commit is contained in:
antoniou79 2023-12-26 22:17:13 +02:00
parent 90084caa74
commit 9f095fa4f9

View File

@ -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
// --------------