From aa59b1034802030a001bcb5c120aa08071d82065 Mon Sep 17 00:00:00 2001 From: Alexander Zatsepin Date: Tue, 22 May 2018 14:39:19 +0300 Subject: [PATCH] [android][ios] Updated version to 8.2.7 --- 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 8fa7b81921..245f23af73 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -4,8 +4,8 @@ propMinSdkVersion=15 propTargetSdkVersion=23 propCompileSdkVersion=26 propBuildToolsVersion=27.0.3 -propVersionCode=826 -propVersionName=8.2.6 +propVersionCode=827 +propVersionName=8.2.7 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 c5597887de..69f0d28804 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -1,4 +1,4 @@ -CURRENT_PROJECT_VERSION = 8.2.6 +CURRENT_PROJECT_VERSION = 8.2.7 // Paths OMIM_ROOT = $(PROJECT_DIR)/../..