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-01-30 18:33:47 +0300
committerIlya Zverev <ilya@zverev.info>2018-02-13 14:01:43 +0300
commitec00f008609e79c2789d82b479746f6086d22b10 (patch)
tree8472554915fbdc76329dae08afc0aa96d956ac22 /android/gradle.properties
parente7950487836ef48b74ce8e788dbeea79f9eaefb8 (diff)
[android] Updated version to 8.0.3
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 59cf946f22..bcaeae4ca0 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -4,8 +4,8 @@ propMinSdkVersion=15
propTargetSdkVersion=23
propCompileSdkVersion=26
propBuildToolsVersion=26.0.2
-propVersionCode=802
-propVersionName=8.0.2
+propVersionCode=807
+propVersionName=8.0.7
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1