From db764e3daa5ce092673c1b84cbe1db9979680073 Mon Sep 17 00:00:00 2001 From: Timofey Date: Thu, 18 May 2017 17:47:30 +0300 Subject: [PATCH] Version up! --- android/gradle.properties | 4 ++-- xcode/common.xcconfig | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/gradle.properties b/android/gradle.properties index 9d7ff1b312..db9b8d1933 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -4,8 +4,8 @@ propMinSdkVersion=15 propTargetSdkVersion=23 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)/../..