From 5d939192f9c55cd30ba767b028d832a3fe87c110 Mon Sep 17 00:00:00 2001 From: Alexander Zatsepin Date: Thu, 26 Jul 2018 12:48:58 +0300 Subject: [PATCH] [android][ios] Updated version to 8.3.3 --- 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 7ad3077a7b..27ddff6f8b 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -4,8 +4,8 @@ propMinSdkVersion=15 propTargetSdkVersion=23 propCompileSdkVersion=26 propBuildToolsVersion=27.0.3 -propVersionCode=832 -propVersionName=8.3.2 +propVersionCode=833 +propVersionName=8.3.3 propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1 propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1 diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig index 7c854538e7..02424c6f91 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -1,4 +1,4 @@ -CURRENT_PROJECT_VERSION = 8.3.2 +CURRENT_PROJECT_VERSION = 8.3.3 // Paths OMIM_ROOT = $(PROJECT_DIR)/../..