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:
authorburivuh <burivuh@maps.me>2017-02-01 20:09:29 +0300
committerGitHub <noreply@github.com>2017-02-01 20:09:29 +0300
commit0de4ad4f48d5c1b0ca6f9b636af0e265ec3c9edf (patch)
treea387b9ab8f7c4644af8eb4bf796681d840805cc7
parentb8bc6b1964451fc03e2cb61ebd801abb2350d3ca (diff)
parent0c895631901ff0011285ee452a8c5f0fe0b95dce (diff)
Merge pull request #5336 from therearesomewhocallmetim/v.7.1.4beta-605beta-603
Version up to 7.1.4
-rw-r--r--android/gradle.properties4
-rw-r--r--xcode/common.xcconfig2
2 files changed, 3 insertions, 3 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index a4f7fec24b..a4771a8ae3 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -4,8 +4,8 @@ propMinSdkVersion=15
propTargetSdkVersion=22
propCompileSdkVersion=23
propBuildToolsVersion=22.0.1
-propVersionCode=713
-propVersionName=7.1.3
+propVersionCode=714
+propVersionName=7.1.4
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1
org.gradle.daemon=true
diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig
index 61b4be5480..8e3983f7cb 100644
--- a/xcode/common.xcconfig
+++ b/xcode/common.xcconfig
@@ -1,4 +1,4 @@
-CURRENT_PROJECT_VERSION = 7.1.1
+CURRENT_PROJECT_VERSION = 7.1.4
// Paths
OMIM_ROOT = $(PROJECT_DIR)/../..