From ff3a3a561f94c8475f57c9b364e103bced3c53df Mon Sep 17 00:00:00 2001 From: Timofey Date: Mon, 19 Jun 2017 10:33:43 +0300 Subject: [PATCH] Increased the version to 7.3.7 --- android/gradle.properties | 2 +- xcode/common.xcconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/gradle.properties b/android/gradle.properties index 5730d44090..5e7bdeed52 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -5,7 +5,7 @@ propTargetSdkVersion=23 propCompileSdkVersion=23 propBuildToolsVersion=25.0.2 propVersionCode=736 -propVersionName=7.3.6 +propVersionName=7.3.7 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 9a9bff7519..9f012d3295 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -1,4 +1,4 @@ -CURRENT_PROJECT_VERSION = 7.3.6 +CURRENT_PROJECT_VERSION = 7.3.7 // Paths OMIM_ROOT = $(PROJECT_DIR)/../..