From 7c16c7338343c71822ea200fa9a2301f2693ebca Mon Sep 17 00:00:00 2001 From: VladiMihaylenko Date: Mon, 11 Sep 2017 15:53:10 +0300 Subject: [PATCH] Increased projects version to 7.5.2 --- 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 cb98071aee..481722749d 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -4,8 +4,8 @@ propMinSdkVersion=15 propTargetSdkVersion=23 propCompileSdkVersion=23 propBuildToolsVersion=25.0.2 -propVersionCode=751 -propVersionName=7.5.1 +propVersionCode=752 +propVersionName=7.5.2 propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1 propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1 org.gradle.daemon=true diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig index ed227ab702..55477ccce0 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -1,4 +1,4 @@ -CURRENT_PROJECT_VERSION = 7.5.0 +CURRENT_PROJECT_VERSION = 7.5.1 // Paths OMIM_ROOT = $(PROJECT_DIR)/../..