From ceac41ed6e2458e55f7277a9758dbea3cf907d74 Mon Sep 17 00:00:00 2001
From: Loic Blot <loic.blot@unix-experience.fr>
Date: Mon, 16 Mar 2015 20:37:07 +0100
Subject: [PATCH] Bump android version code

---
 build/android/Makefile | 4 ++--
 1 file 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
-- 
GitLab