diff options
author | Loic Blot <loic.blot@unix-experience.fr> | 2015-03-14 18:28:02 +0100 |
---|---|---|
committer | Loic Blot <loic.blot@unix-experience.fr> | 2015-03-14 18:28:02 +0100 |
commit | 14885429681b228de92ccd2e112671dc5cdbb1c9 (patch) | |
tree | 5cd4bbe09f551181102aade45a9de59a4fd0a129 /build/android | |
parent | de6d5ce2cd68cf43ded6f739e58af7de4ef5e28f (diff) | |
download | minetest-14885429681b228de92ccd2e112671dc5cdbb1c9.tar.gz minetest-14885429681b228de92ccd2e112671dc5cdbb1c9.tar.bz2 minetest-14885429681b228de92ccd2e112671dc5cdbb1c9.zip |
AndroidManifest.xml version bump
Diffstat (limited to 'build/android')
-rw-r--r-- | build/android/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/Makefile b/build/android/Makefile index 8cf2f32e6..4c371afea 100644 --- a/build/android/Makefile +++ b/build/android/Makefile @@ -26,7 +26,7 @@ GAMES_TO_COPY = minetest_game # Android Version code # Increase for each build! ################################################################################ -ANDROID_VERSION_CODE = 6 +ANDROID_VERSION_CODE = 7 ################################################################################ # toolchain config for arm old processors |