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:
authorDmitry Donskoy <donskdmitry@mail.ru>2018-09-21 16:13:49 +0300
committerAleksandr Zatsepin <alexzatsepin@users.noreply.github.com>2018-09-21 20:06:23 +0300
commit10efc5d151c4f7a2618237302861341cd58d6a0d (patch)
tree57354a0539452620899bd80a584c4e8fff8523d2 /android
parent9aae139e628c604e7f2899d9d2b2b45c4e317670 (diff)
[android][ios] Updated version to 8.4.0
Diffstat (limited to 'android')
-rw-r--r--android/gradle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index db11b83cab..f3d972bdd3 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -4,8 +4,8 @@ propMinSdkVersion=15
propTargetSdkVersion=26
propCompileSdkVersion=26
propBuildToolsVersion=27.0.3
-propVersionCode=836
-propVersionName=8.3.6
+propVersionCode=840
+propVersionName=8.4.0
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1