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-07 15:25:57 +0300
committerGitHub <noreply@github.com>2017-04-07 15:25:57 +0300
commit9e8d2a3e54f0bd26171562253e8423076527cc81 (patch)
treece3ca08cc59a931a8abf89439c2391166a0166ca
parent948054945b0fbf0a11df05667fd36dda72d18b52 (diff)
parent114645367fd259acc9b0c6f738af32f79b9a6654 (diff)
Merge pull request #5790 from alexzatsepin/android-update-versionandroid-gr-723
[android] Updated version to 7.2.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 abfebab094..9791ff98a7 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -4,8 +4,8 @@ propMinSdkVersion=15
propTargetSdkVersion=22
propCompileSdkVersion=23
propBuildToolsVersion=25.0.2
-propVersionCode=722
-propVersionName=7.2.2
+propVersionCode=723
+propVersionName=7.2.3
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1
org.gradle.daemon=true