From 9e725b7eb744b1d3f5028a60b5427db2797919f4 Mon Sep 17 00:00:00 2001 From: "r.kuznetsov" Date: Fri, 20 Oct 2017 10:36:47 +0300 Subject: [PATCH] [iOS][Android] Version increased to 7.6.0 --- android/gradle.properties | 4 ++-- xcode/common.xcconfig | 2 +- 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)/../..