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-15 20:44:09 +0300
committerGitHub <noreply@github.com>2017-05-15 20:44:09 +0300
commit67ad989cc7d7f2f1f449e5b9cd2d0ce5d93faa6f (patch)
tree56891b241ac5dce82e9c1db2389b7d330b5605e3
parentcf387ac895922b522cb88b225f7e63f6fea859f1 (diff)
parentb89f0d7cc02f4dd4986b05714757a1e13a02b268 (diff)
Merge pull request #6063 from bykoianko/release-73-android-ver-upbeta-807
[android] Updated version to 732
-rw-r--r--android/gradle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index a2c764c52a..0e7da8e372 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -4,8 +4,8 @@ propMinSdkVersion=15
propTargetSdkVersion=22
propCompileSdkVersion=23
propBuildToolsVersion=25.0.2
-propVersionCode=731
-propVersionName=7.3.1
+propVersionCode=732
+propVersionName=7.3.2
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1
org.gradle.daemon=true