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-03-06 08:03:43 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2018-03-06 10:46:33 +0300
commit5bf92c7d4cbed3827c28cdb74ff5d4eef5f19e46 (patch)
tree9295e583db2a9c9991b7f68c181acfd635ba2748 /android/gradle.properties
parentabbe4fbf518b885c94691e94cebb2efe3208b316 (diff)
[android] Update version to 8.1.2
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 3ffe91053e..65abb01068 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -4,8 +4,8 @@ propMinSdkVersion=15
propTargetSdkVersion=23
propCompileSdkVersion=26
propBuildToolsVersion=26.0.2
-propVersionCode=811
-propVersionName=8.1.1
+propVersionCode=812
+propVersionName=8.1.2
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1