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:
authorVlad Mihaylenko <vxmihaylenko@gmail.com>2017-01-23 17:56:15 +0300
committerGitHub <noreply@github.com>2017-01-23 17:56:15 +0300
commitd51e25b3244413e0e58743562562b75e78d9a908 (patch)
treedc29625ba4dd356104228d806eeada846171472d
parent16182975b82b42432d3b8f8aa4bcbbd60f21d74a (diff)
parent6fdd3496d9a3e42f51a3c5909f7f459abf69aeea (diff)
Merge pull request #5269 from bykoianko/release-71-version-up-711beta-584
Android and iOS version up to 7.1.1.
-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 bbaf0ebb23..c8f57e4416 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -4,8 +4,8 @@ propMinSdkVersion=15
propTargetSdkVersion=22
propCompileSdkVersion=23
propBuildToolsVersion=22.0.1
-propVersionCode=710
-propVersionName=7.1.0
+propVersionCode=711
+propVersionName=7.1.1
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 4ca8dd8a11..61b4be5480 100644
--- a/xcode/common.xcconfig
+++ b/xcode/common.xcconfig
@@ -1,4 +1,4 @@
-CURRENT_PROJECT_VERSION = 7.1.0
+CURRENT_PROJECT_VERSION = 7.1.1
// Paths
OMIM_ROOT = $(PROJECT_DIR)/../..