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-02-15 12:58:43 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2018-02-15 13:11:55 +0300
commitf558fed7f13d6c1dc8e964c1acb2db3b09f71598 (patch)
tree41dd0eff995b8cafa2dd6c2f80a4b6e85060202f /android/gradle.properties
parentac2b24afe500441486ef9cb44726d190134060a4 (diff)
[android] Updated version to 8.1.0
Diffstat (limited to 'android/gradle.properties')
-rw-r--r--android/gradle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index bcaeae4ca0..83ce9970e9 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -4,8 +4,8 @@ propMinSdkVersion=15
propTargetSdkVersion=23
propCompileSdkVersion=26
propBuildToolsVersion=26.0.2
-propVersionCode=807
-propVersionName=8.0.7
+propVersionCode=810
+propVersionName=8.1.0
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1