diff --git a/android/gradle.properties b/android/gradle.properties index 512be37d40..208a39caa3 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -2,8 +2,8 @@ propMinSdkVersion=15 propTargetSdkVersion=26 propCompileSdkVersion=26 propBuildToolsVersion=27.0.3 -propVersionCode=846 -propVersionName=8.4.6 +propVersionCode=848 +propVersionName=8.4.8 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 a6ab455555..9a45f21ddd 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -1,4 +1,4 @@ -CURRENT_PROJECT_VERSION = 8.4.6 +CURRENT_PROJECT_VERSION = 8.4.8 // Paths OMIM_ROOT = $(PROJECT_DIR)/../..