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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2018-04-25 11:45:37 +0300
committerAleksandr Zatsepin <alexzatsepin@users.noreply.github.com>2018-04-25 15:38:50 +0300
commita950c3b0d7c832c8449b5d0362d1da1835d93e99 (patch)
tree7baf9e807f97761c7a0fc66fb6b567206943a6d7
parent5b0262924b40b12dbced65ee6520b80ae8942980 (diff)
Increased projects version to 8.2.1
-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 5888c1c33f..6abe587987 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -4,8 +4,8 @@ propMinSdkVersion=15
propTargetSdkVersion=23
propCompileSdkVersion=26
propBuildToolsVersion=27.0.2
-propVersionCode=820
-propVersionName=8.2.0
+propVersionCode=821
+propVersionName=8.2.1
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 fc3686c7dc..0509a6d1d3 100644
--- a/xcode/common.xcconfig
+++ b/xcode/common.xcconfig
@@ -1,4 +1,4 @@
-CURRENT_PROJECT_VERSION = 8.2.0
+CURRENT_PROJECT_VERSION = 8.2.1
// Paths
OMIM_ROOT = $(PROJECT_DIR)/../..