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-03 19:24:46 +0300
committerburivuh <burivuh@maps.me>2018-10-03 19:31:36 +0300
commit9c2e5201f3b7ac03046d2bb545d16906fa85de50 (patch)
tree55d97a69123b54afa4e94b9caec283c8b1149b5c
parent53db7176f2e61e038bd18cfc4bc49c1b0aa5fd24 (diff)
[android] Updated version to 8.4.4android-gr-844
-rw-r--r--android/gradle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index a399c39236..61cf7a6d3d 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -4,8 +4,8 @@ propMinSdkVersion=15
propTargetSdkVersion=26
propCompileSdkVersion=26
propBuildToolsVersion=27.0.3
-propVersionCode=843
-propVersionName=8.4.3
+propVersionCode=844
+propVersionName=8.4.4
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1