From 9e5211b154d38fc7f39cd044e4cba44656be9b35 Mon Sep 17 00:00:00 2001 From: VladiMihaylenko Date: Fri, 1 Jun 2018 18:09:24 +0300 Subject: [PATCH] Increased projects version to 8.2.8 --- 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 245f23af73..d68ed77959 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -4,8 +4,8 @@ propMinSdkVersion=15 propTargetSdkVersion=23 propCompileSdkVersion=26 propBuildToolsVersion=27.0.3 -propVersionCode=827 -propVersionName=8.2.7 +propVersionCode=828 +propVersionName=8.2.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 69f0d28804..967180f70a 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -1,4 +1,4 @@ -CURRENT_PROJECT_VERSION = 8.2.7 +CURRENT_PROJECT_VERSION = 8.2.8 // Paths OMIM_ROOT = $(PROJECT_DIR)/../..