Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Zatsepin <az@mapswithme.com>2018-05-22 14:39:19 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2018-05-22 14:58:49 +0300
commit0a2c60494f7baa3150fa8aa73b7042191b6e8649 (patch)
tree0753c0ad8e9e58067bb1c89ffc56ea1b5c8d59da
parent3e99ff02022d7cea3933556c7ab75ccc199783ef (diff)
[android][ios] Updated version to 8.2.7android-gr-827
-rw-r--r--android/gradle.properties4
-rw-r--r--xcode/common.xcconfig2
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 e6afad18ae..1a795d212c 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)/../..