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:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2017-10-20 10:36:47 +0300
committerVlad Mihaylenko <vxmihaylenko@gmail.com>2017-10-20 13:07:58 +0300
commit19e0693b6c7ab5466abee423acc1f64c051d4214 (patch)
treec575dade34c6a88c16becf75410eb408d5efcede
parentc9d971fafa534e5919e7ed3edd1ff327be00ac64 (diff)
[iOS][Android] Version increased to 7.6.0beta-1075
-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 22ec4d2f53..7e3266cdb0 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -4,8 +4,8 @@ propMinSdkVersion=15
propTargetSdkVersion=23
propCompileSdkVersion=25
propBuildToolsVersion=25.0.2
-propVersionCode=753
-propVersionName=7.5.3
+propVersionCode=760
+propVersionName=7.6.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 4d4a456712..ba48b3e080 100644
--- a/xcode/common.xcconfig
+++ b/xcode/common.xcconfig
@@ -1,4 +1,4 @@
-CURRENT_PROJECT_VERSION = 7.5.1
+CURRENT_PROJECT_VERSION = 7.6.0
// Paths
OMIM_ROOT = $(PROJECT_DIR)/../..