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>2017-12-19 14:08:04 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2017-12-19 14:11:31 +0300
commit93626c318a31db4881ec203fdf49d64156fc084d (patch)
treeee37e0247b2a52a36ff9fb43168c93906aa7bfb7 /android/gradle.properties
parent195d20ba344655d00df8137c70dd7f72ba6d0013 (diff)
[android] Updated version to 8.0.1
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 6eee8662b5..4e36344d7b 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -4,8 +4,8 @@ propMinSdkVersion=15
propTargetSdkVersion=23
propCompileSdkVersion=25
propBuildToolsVersion=25.0.2
-propVersionCode=800
-propVersionName=8.0.0
+propVersionCode=801
+propVersionName=8.0.1
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1