From 14885429681b228de92ccd2e112671dc5cdbb1c9 Mon Sep 17 00:00:00 2001
From: Loic Blot <loic.blot@unix-experience.fr>
Date: Sat, 14 Mar 2015 18:28:02 +0100
Subject: [PATCH] AndroidManifest.xml version bump

---
 build/android/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab