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 Matveenko <mai@mapswithme.com>2015-11-09 23:23:31 +0300
committerAlexander Matveenko <mai@mapswithme.com>2015-11-09 23:23:31 +0300
commitb9fcd525033c213b6f853613009d981cd1148372 (patch)
tree52045165e0330770dfb86580f93f3bf2f4c565fe
parent550b667f602a5e744e0acbbded5ec4fa38c931ca (diff)
parent5c80fe743d53a7daa2962e21fa6530090130e7c1 (diff)
Merge pull request #482 from yunikkk/android-release-518android-release-518android-release-515
[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 66e772327f..887181fc0a 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=517
-propVersionName=5.1.7
+propVersionCode=518
+propVersionName=5.1.8
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1