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-04-04 14:21:42 +0300
committerGitHub <noreply@github.com>2017-04-04 14:21:42 +0300
commitd96e931b48da5ab79e48bb89875ae3463acea1cb (patch)
tree2c80695ed113608f4296ec9f5bbd6422528a2ab0
parent1df1f10c07dff681aa9f1da7caf5fee0e5edac1e (diff)
parent3053a231a1df1769d6de738cce75936aa26d3867 (diff)
Merge pull request #5742 from alexzatsepin/release-72
[android] Update version to 7.2.2
-rw-r--r--android/gradle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index ded1d297d1..abfebab094 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -4,8 +4,8 @@ propMinSdkVersion=15
propTargetSdkVersion=22
propCompileSdkVersion=23
propBuildToolsVersion=25.0.2
-propVersionCode=721
-propVersionName=7.2.1
+propVersionCode=722
+propVersionName=7.2.2
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1
org.gradle.daemon=true