Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Yunitsky <yunik@mapswithme.com>2015-11-06 15:30:45 +0300
committerDmitry Yunitsky <yunik@mapswithme.com>2015-11-06 15:30:45 +0300
commite3aea734dad14b5e66b72b801041c4f4242a5817 (patch)
tree78d14790ebecc02a63aa17dcbecfe5d17acdec80
parentfc250607e4d5f16adf970765ec24fdd1bff4cab2 (diff)
[android] Updated version.
-rw-r--r--android/gradle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index 15ee2eb9f8..fb2a6c247c 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -3,7 +3,7 @@ propMinSdkVersion=15
# https://code.google.com/p/android/issues/detail?id=184567
propTargetSdkVersion=22
propBuildToolsVersion=22.0.1
-propVersionCode=515
-propVersionName=5.1.5
+propVersionCode=516
+propVersionName=5.1.6
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1