diff --git a/android/GooglePlayDailyIcon.png b/android/GooglePlayDailyIcon.png new file mode 100644 index 0000000..087667a Binary files /dev/null and b/android/GooglePlayDailyIcon.png differ diff --git a/android/GooglePlayFeatureGraphic.png b/android/GooglePlayFeatureGraphic.png new file mode 100644 index 0000000..e49b994 Binary files /dev/null and b/android/GooglePlayFeatureGraphic.png differ diff --git a/android/GooglePlayScreenShot1.jpg b/android/GooglePlayScreenShot1.jpg new file mode 100755 index 0000000..4adfd44 Binary files /dev/null and b/android/GooglePlayScreenShot1.jpg differ diff --git a/android/GooglePlayScreenShot2.jpg b/android/GooglePlayScreenShot2.jpg new file mode 100755 index 0000000..04f2ad6 Binary files /dev/null and b/android/GooglePlayScreenShot2.jpg differ diff --git a/tools/update_android_version.sh b/tools/update_android_version.sh index 823249a..1f6dc28 100755 --- a/tools/update_android_version.sh +++ b/tools/update_android_version.sh @@ -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