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:
authorArsentiy Milchakov <milcars@mapswithme.com>2018-05-04 18:58:14 +0300
committerVlad Mihaylenko <vxmihaylenko@gmail.com>2018-05-04 19:36:38 +0300
commitab598e5292fc69328a15fc34bd091571b29de240 (patch)
treef5ab077bf10e3054db1e5903b2b7681714b9470e
parent1051e0703504e779880ce82c1e7391c487bd6566 (diff)
[ios][android] the version is increased to 8.2.4ios-store-824android-gr-824
-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 917c8649a5..69b1149952 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -4,8 +4,8 @@ propMinSdkVersion=15
propTargetSdkVersion=23
propCompileSdkVersion=26
propBuildToolsVersion=27.0.3
-propVersionCode=823
-propVersionName=8.2.3
+propVersionCode=824
+propVersionName=8.2.4
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 574f39e69f..9af665a948 100644
--- a/xcode/common.xcconfig
+++ b/xcode/common.xcconfig
@@ -1,4 +1,4 @@
-CURRENT_PROJECT_VERSION = 8.2.3
+CURRENT_PROJECT_VERSION = 8.2.4
// Paths
OMIM_ROOT = $(PROJECT_DIR)/../..