From ead7e8eabf4b445704abf50f1392ba61bd0b527d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=97=D0=B0=D1=86=D0=B5=D0=BF=D0=B8=D0=BD?= Date: Tue, 17 Dec 2019 12:46:41 +0300 Subject: [PATCH] [android][ios] Updated version to 9.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 f9e6cadda3..46b1e5855c 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -2,8 +2,8 @@ propMinSdkVersion=19 propTargetSdkVersion=28 propCompileSdkVersion=28 propBuildToolsVersion=27.0.3 -propVersionCode=950 -propVersionName=9.5.0 +propVersionCode=960 +propVersionName=9.6.0 propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1 propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1 propSupportLibraryVersion=27.1.1 diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig index 0c53e50f49..ed9ee5a678 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -1,4 +1,4 @@ -CURRENT_PROJECT_VERSION = 9.5.0 +CURRENT_PROJECT_VERSION = 9.6.0 // Paths OMIM_ROOT = $(PROJECT_DIR)/../..