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-18 17:52:36 +0300
committerGitHub <noreply@github.com>2017-05-18 17:52:36 +0300
commit6f8d5d0a86ed90db63fd9ff07072ec0f3af65140 (patch)
tree0665ccad5c404e68205acfa887bab78ff83b24dd
parent8fe8b385fecd1f7e8c2a1c8094370ca3118de7c2 (diff)
parentd56c99b2f6bc53c14673bef78f2f04a373b3a59a (diff)
Merge pull request #6081 from therearesomewhocallmetim/v7.3.3beta-812
Version up!
-rw-r--r--android/gradle.properties4
-rw-r--r--xcode/common.xcconfig2
2 files changed, 3 insertions, 3 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index 0e7da8e372..3df678106e 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -4,8 +4,8 @@ propMinSdkVersion=15
propTargetSdkVersion=22
propCompileSdkVersion=23
propBuildToolsVersion=25.0.2
-propVersionCode=732
-propVersionName=7.3.2
+propVersionCode=733
+propVersionName=7.3.3
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1
org.gradle.daemon=true
diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig
index cbdff01fe3..2dee126d88 100644
--- a/xcode/common.xcconfig
+++ b/xcode/common.xcconfig
@@ -1,4 +1,4 @@
-CURRENT_PROJECT_VERSION = 7.3.0
+CURRENT_PROJECT_VERSION = 7.3.3
// Paths
OMIM_ROOT = $(PROJECT_DIR)/../..