diff options
Diffstat (limited to 'build')
-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 021652d73..6d3791550 100644 --- a/build/android/Makefile +++ b/build/android/Makefile @@ -28,7 +28,7 @@ VERSION_PATCH := $(shell cat $(ROOT)/../../CMakeLists.txt | \ # Increase for each build! ################################################################################ # Play Store actual version (16/03/15): 11 -ANDROID_VERSION_CODE = 12 +ANDROID_VERSION_CODE = 13 ################################################################################ # toolchain config for arm old processors |