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>2016-02-08 19:20:14 +0300
committerAlexander Marchuk <trashkalmar@users.noreply.github.com>2016-02-08 19:20:14 +0300
commitb55cc368d57e72e1facc49ae11e8f9fb540a86fc (patch)
tree2755b6f3f6831954539c92912fb542d9b0fd2258
parent3898f02f115652cea6ec8bab397ec23a98506748 (diff)
parentfc372cdf99f40ee18aa8eb5f501fb47394deed8b (diff)
Merge pull request #1855 from yunikkk/versionios-release-56android-release-562
[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 fbe39d601b..12057a5426 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -3,8 +3,8 @@ propMinSdkVersion=15
# https://code.google.com/p/android/issues/detail?id=184567
propTargetSdkVersion=22
propBuildToolsVersion=22.0.1
-propVersionCode=561
-propVersionName=5.6.1
+propVersionCode=562
+propVersionName=5.6.2
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1