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-05 17:11:16 +0300
committerburivuh <burivuh@maps.me>2018-10-05 20:45:55 +0300
commit9873950054133b071c7e7bafe3b6b7b4534bd886 (patch)
tree3021915cc7e11d2776cb328a3e419f335c5a38c3
parent6de71d30440e745fe59ac31d438d78899787f1bf (diff)
[android] Updated version to 8.4.5android-gr-845
-rw-r--r--android/gradle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index 61cf7a6d3d..34070e3f29 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -4,8 +4,8 @@ propMinSdkVersion=15
propTargetSdkVersion=26
propCompileSdkVersion=26
propBuildToolsVersion=27.0.3
-propVersionCode=844
-propVersionName=8.4.4
+propVersionCode=845
+propVersionName=8.4.5
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1