diff --git a/android/gradle.properties b/android/gradle.properties index a704a4d941..1b17dd85c9 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -2,8 +2,8 @@ propMinSdkVersion=15 propTargetSdkVersion=26 propCompileSdkVersion=26 propBuildToolsVersion=27.0.3 -propVersionCode=852 -propVersionName=8.5.2 +propVersionCode=853 +propVersionName=8.5.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 6dd6169940..5768203268 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -1,4 +1,4 @@ -CURRENT_PROJECT_VERSION = 8.5.1 +CURRENT_PROJECT_VERSION = 8.5.3 // Paths OMIM_ROOT = $(PROJECT_DIR)/../..