diff --git a/android/gradle.properties b/android/gradle.properties index 0d5b34fc73..859e4a4a91 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -2,8 +2,8 @@ propMinSdkVersion=21 propTargetSdkVersion=28 propCompileSdkVersion=28 propBuildToolsVersion=27.0.3 -propVersionCode=1012 -propVersionName=10.1.2 +propVersionCode=1020 +propVersionName=10.2.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 2587517989..687d30ff13 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -1,4 +1,4 @@ -CURRENT_PROJECT_VERSION = 10.1.0 +CURRENT_PROJECT_VERSION = 10.2.0 // Paths OMIM_ROOT = $(PROJECT_DIR)/../..