Unverified Commit d5227b87 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #7928 from DonLakeFlyer/GooglePlay

Google play updates
parents 38346bd7 b85ec7fd
This diff is collapsed.
This diff is collapsed.
......@@ -9,12 +9,6 @@ VERSIONCODE=$(($(($minor*10000)) + $VERSIONCODE))
VERSIONCODE=$(($(($patch*1000)) + $VERSIONCODE))
VERSIONCODE=$(($(($dev)) + $VERSIONCODE))
# The android versionCode is for the entire package. It is the same for the 32 and 64 bit APKs.
# At one point it was thought the versionCode was specific to APK. Hence the 32/64 bitness was
# included as a prefix. That was incorrect. But now we are stuck with version codes starting with
# a prefix of 64.
VERSIONCODE=64$VERSIONCODE
MANIFEST_FILE=android/AndroidManifest.xml
# manifest package
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment