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>2017-01-18 19:12:32 +0300
committerGitHub <noreply@github.com>2017-01-18 19:12:32 +0300
commit45dcaaea378f04f5919c087ed703b0a7f184354e (patch)
treeecadda2e3b080f0640e3d6633696970799fa1737
parent325acd8e5eed36282499460201d7136a66492363 (diff)
parent1caea8a164670dd7329c2c0873da91b03920c448 (diff)
Merge pull request #5229 from alexzatsepin/release-71beta-577
[android] Updated version to 7.0.6
-rw-r--r--android/gradle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index 80f6e1cd68..f6b36061c8 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -4,8 +4,8 @@ propMinSdkVersion=15
propTargetSdkVersion=22
propCompileSdkVersion=23
propBuildToolsVersion=22.0.1
-propVersionCode=705
-propVersionName=7.0.5
+propVersionCode=706
+propVersionName=7.0.6
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1
org.gradle.daemon=true