diff options
author | Loic Blot <loic.blot@unix-experience.fr> | 2015-03-14 19:57:21 +0100 |
---|---|---|
committer | Loic Blot <loic.blot@unix-experience.fr> | 2015-03-14 19:57:21 +0100 |
commit | b12f569fc6b78c1e657bc0cfd8518b997d5f83c7 (patch) | |
tree | d6dc279b1e46752ed95922dedfc813fd9da85506 /build/android/Makefile | |
parent | 7993a403f2c17a215e4895ba1848aaf69bb61980 (diff) | |
download | minetest-b12f569fc6b78c1e657bc0cfd8518b997d5f83c7.tar.gz minetest-b12f569fc6b78c1e657bc0cfd8518b997d5f83c7.tar.bz2 minetest-b12f569fc6b78c1e657bc0cfd8518b997d5f83c7.zip |
Releasing android
Diffstat (limited to 'build/android/Makefile')
-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 6027982ed..ef9376df3 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 = 10 ################################################################################ # toolchain config for arm old processors |