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-20 18:28:54 +0300
committerGitHub <noreply@github.com>2017-01-20 18:28:54 +0300
commit7e439f2dae8abd77871206246f78ef25cf9760c8 (patch)
tree321a7156353bb94ea37b70692cdad0fc239ece2a
parent21c73147803c07a5661dd1491294c7461c891af9 (diff)
parentdf073e20df2ed4411de9c31a99d4394c3609e767 (diff)
Merge pull request #5254 from therearesomewhocallmetim/v7.1beta-580
Version 7.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 f6b36061c8..bbaf0ebb23 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -4,8 +4,8 @@ propMinSdkVersion=15
propTargetSdkVersion=22
propCompileSdkVersion=23
propBuildToolsVersion=22.0.1
-propVersionCode=706
-propVersionName=7.0.6
+propVersionCode=710
+propVersionName=7.1.0
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 c2c828683b..4ca8dd8a11 100644
--- a/xcode/common.xcconfig
+++ b/xcode/common.xcconfig
@@ -1,4 +1,4 @@
-CURRENT_PROJECT_VERSION = 7.0.6
+CURRENT_PROJECT_VERSION = 7.1.0
// Paths
OMIM_ROOT = $(PROJECT_DIR)/../..