From 3eb7fe773d30ffe401324c9b6029cf2036b9c6d1 Mon Sep 17 00:00:00 2001 From: alexzatsepin Date: Wed, 21 Oct 2020 17:33:43 +0300 Subject: [PATCH] [android][ios] Updated version to 10.4.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 21f9904d35..fb9b70dbf0 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -2,8 +2,8 @@ propMinSdkVersion=21 propTargetSdkVersion=29 propCompileSdkVersion=29 propBuildToolsVersion=27.0.3 -propVersionCode=1030 -propVersionName=10.3.0 +propVersionCode=1040 +propVersionName=10.4.0 propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1 propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1 propMultiDexVersion=2.0.1 diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig index f3b733100a..eb77258955 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -1,4 +1,4 @@ -CURRENT_PROJECT_VERSION = 10.3.0 +CURRENT_PROJECT_VERSION = 10.4.0 // Paths OMIM_ROOT = $(PROJECT_DIR)/../..