From 257035c698d608399dc891f8b2a645e3d1a6dd3d 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: Sat, 9 Mar 2019 19:54:18 +0300 Subject: [PATCH] [android][ios] Update version to 9.0.6 --- 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 1cb8e14753..54eae43b90 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -2,8 +2,8 @@ propMinSdkVersion=15 propTargetSdkVersion=26 propCompileSdkVersion=26 propBuildToolsVersion=27.0.3 -propVersionCode=905 -propVersionName=9.0.5 +propVersionCode=906 +propVersionName=9.0.6 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 15bc2bc20f..5416e7bb8e 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -1,4 +1,4 @@ -CURRENT_PROJECT_VERSION = 9.0.5 +CURRENT_PROJECT_VERSION = 9.0.6 // Paths OMIM_ROOT = $(PROJECT_DIR)/../..