Release test build to Android beta program

This commit is contained in:
rubenwardy
2020-06-25 15:36:51 +01:00
parent ee6c499ff8
commit 3014e8b33b
3 changed files with 5 additions and 2 deletions

View File

@@ -90,7 +90,8 @@ RELEASE_VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
echo "Current Minetest version: $RELEASE_VERSION"
echo "Current Android version code: $ANDROID_VERSION_CODE"
NEW_ANDROID_VERSION_CODE=$(expr $ANDROID_VERSION_CODE + 1)
# +1 for ARM and +1 for ARM64 APKs
NEW_ANDROID_VERSION_CODE=$(expr $ANDROID_VERSION_CODE + 2)
NEW_ANDROID_VERSION_CODE=$(prompt_for_number "Set android version code" $NEW_ANDROID_VERSION_CODE)
echo