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:
authorDmitry Yunitsky <yunik@mapswithme.com>2015-09-02 13:29:31 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:03:44 +0300
commitdd241c47c511a311f8bee367b4a2d1eab0f0ce4c (patch)
tree01e09ef20335ca574365b02a30a9c32292bc84a8 /android
parent313efce1bf11936456261378fe9255fd993fc7ef (diff)
[android] New version.
Diffstat (limited to 'android')
-rw-r--r--android/gradle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index d308db9014..15dd86835a 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -1,8 +1,8 @@
propMinSdkVersion=15
propTargetSdkVersion=22
propBuildToolsVersion=22.0.1
-propVersionCode=500
-propVersionName=5.0
+propVersionCode=502
+propVersionName=5.0.2
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1