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-05-25 16:50:13 +0300
committerGitHub <noreply@github.com>2017-05-25 16:50:13 +0300
commite9f8d7980c3ebed4d3bfd83a656c399fe75699be (patch)
treebfd3929695a687213429f0c31772418c8c92e656
parentc10be0337dabd8f25b232e968305ff029f71b432 (diff)
parent03b26c2e8c4bfd1d34a86c4bfbb88605f4bd68cf (diff)
Merge pull request #6121 from alexzatsepin/android-update-versionbeta-828
[android] Updated version to 7.3.4
-rw-r--r--android/gradle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index 3df678106e..4c0b18a4b4 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -4,8 +4,8 @@ propMinSdkVersion=15
propTargetSdkVersion=22
propCompileSdkVersion=23
propBuildToolsVersion=25.0.2
-propVersionCode=733
-propVersionName=7.3.3
+propVersionCode=734
+propVersionName=7.3.4
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1
org.gradle.daemon=true