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:
authorAlexander Marchuk <trashkalmar@users.noreply.github.com>2015-11-06 15:36:55 +0300
committerAlexander Marchuk <trashkalmar@users.noreply.github.com>2015-11-06 15:36:55 +0300
commit63374fa0003a2983ab551c5ccb52e8f4f21e9554 (patch)
tree78d14790ebecc02a63aa17dcbecfe5d17acdec80
parentfc250607e4d5f16adf970765ec24fdd1bff4cab2 (diff)
parente3aea734dad14b5e66b72b801041c4f4242a5817 (diff)
Merge pull request #463 from yunikkk/android-release-516android-release-516
[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