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:
authorVladimir Byko-Ianko <bykoianko@gmail.com>2016-04-01 20:44:22 +0300
committerVladimir Byko-Ianko <bykoianko@gmail.com>2016-04-01 20:44:22 +0300
commit1a560ef33e80b9ab09e58c5ef22ebd19f2c1bac0 (patch)
treeaf644b0efe8a7f22b8438567d2b3320d867b4c5d
parent77309660bdbaed9a087993277c7ef0fe80c266f3 (diff)
parente3e2247b66c6ff00a40c94601b9df52f3b2d8725 (diff)
Merge pull request #2694 from trashkalmar/new-versionandroid-release-603
[android] fix: Version 6.0.3
-rw-r--r--android/gradle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index 6c32771b40..01d48ebffd 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=602
+propVersionCode=603
propVersionName=6.0
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1