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:
authorAlexander Zatsepin <az@mapswithme.com>2018-04-16 13:04:29 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2018-04-16 13:15:55 +0300
commit81acf475226b3efa93b2a836dc2e782c43ca0bcf (patch)
tree9594bfd6040a12d074b64f7d08476e85648f19ab /android/gradle.properties
parentbf2e09602f95130aa1d4f199c7a7c3f777efc82e (diff)
[android] Updated version to 8.2.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 7385173173..7ce38188e6 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -4,8 +4,8 @@ propMinSdkVersion=15
propTargetSdkVersion=23
propCompileSdkVersion=26
propBuildToolsVersion=26.0.2
-propVersionCode=813
-propVersionName=8.1.3
+propVersionCode=820
+propVersionName=8.2.0
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1