diff --git a/android/gradle.properties b/android/gradle.properties index 7e6db644ae..ec36524adc 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -2,8 +2,8 @@ propMinSdkVersion=15 propTargetSdkVersion=26 propCompileSdkVersion=26 propBuildToolsVersion=27.0.3 -propVersionCode=862 -propVersionName=8.6.2 +propVersionCode=900 +propVersionName=9.0.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 8e395e3fb8..763d5c74c0 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -1,4 +1,4 @@ -CURRENT_PROJECT_VERSION = 8.6.0 +CURRENT_PROJECT_VERSION = 9.0.0 // Paths OMIM_ROOT = $(PROJECT_DIR)/../..