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:
authorАлександр Зацепин <az@mapswithme.com>2018-10-02 20:06:48 +0300
committerburivuh <burivuh@maps.me>2018-10-02 20:28:19 +0300
commit64fd0594cf2846d10f71519240395ed277c20d72 (patch)
tree5aae56038ce0d2fa619a50dc932e6ac32ed7a080
parent4b7d468a285e0dac13c5cfb6899c73873c781cc2 (diff)
[android] Updated version to 8.4.3android-gr-843
-rw-r--r--android/gradle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index e1a214da22..a399c39236 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -4,8 +4,8 @@ propMinSdkVersion=15
propTargetSdkVersion=26
propCompileSdkVersion=26
propBuildToolsVersion=27.0.3
-propVersionCode=842
-propVersionName=8.4.2
+propVersionCode=843
+propVersionName=8.4.3
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1