diff options
author | Loic Blot <loic.blot@unix-experience.fr> | 2015-03-16 20:37:07 +0100 |
---|---|---|
committer | Loic Blot <loic.blot@unix-experience.fr> | 2015-03-16 20:37:31 +0100 |
commit | ceac41ed6e2458e55f7277a9758dbea3cf907d74 (patch) | |
tree | 3d6403397b01265e89847cc1916dfe1f30194e19 /build/android/Makefile | |
parent | 5f8e48c63baf12930430d5d8fc07495021599e61 (diff) | |
download | minetest-ceac41ed6e2458e55f7277a9758dbea3cf907d74.tar.gz minetest-ceac41ed6e2458e55f7277a9758dbea3cf907d74.tar.bz2 minetest-ceac41ed6e2458e55f7277a9758dbea3cf907d74.zip |
Bump android version code
Diffstat (limited to 'build/android/Makefile')
-rw-r--r-- | build/android/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/android/Makefile b/build/android/Makefile index 1c5b5628b..563065f4d 100644 --- a/build/android/Makefile +++ b/build/android/Makefile @@ -26,8 +26,8 @@ GAMES_TO_COPY = minetest_game # Android Version code # Increase for each build! ################################################################################ -# Play Store actual version (15/03/15): 10 -ANDROID_VERSION_CODE = 11 +# Play Store actual version (16/03/15): 11 +ANDROID_VERSION_CODE = 12 ################################################################################ # toolchain config for arm old processors |