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:
authorburivuh <burivuh@maps.me>2017-01-26 12:33:07 +0300
committerGitHub <noreply@github.com>2017-01-26 12:33:07 +0300
commit2f8dad23b901c333a7ba8587b03538d660ceb7f9 (patch)
tree6163c587e234db5ac389bfb1e9fb9547363431db
parent16c511fd90bd01a9e8f3f4d5a9078bbdb9c78909 (diff)
parent16fca1df92a0ee5fdf640ad83fa29dc7f40d1f9d (diff)
Merge pull request #5285 from alexzatsepin/release-71beta-593beta-591beta-590
[android] Update version to 7.1.3
-rw-r--r--android/gradle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index 98f5a6692b..a4f7fec24b 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -4,8 +4,8 @@ propMinSdkVersion=15
propTargetSdkVersion=22
propCompileSdkVersion=23
propBuildToolsVersion=22.0.1
-propVersionCode=712
-propVersionName=7.1.2
+propVersionCode=713
+propVersionName=7.1.3
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1
org.gradle.daemon=true