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:
authorАлександр Зацепин <az@mapswithme.com>2019-10-14 16:16:50 +0300
committeryoksnod <donskdmitry@mail.ru>2019-10-14 16:19:03 +0300
commit41b6260bad7fc49ced7c30d4501e9c0a47dfcb62 (patch)
tree218f96c5d04539ef88ea985fb68e57e0e8c03fb2
parent7f566cd0cb09ef34213a8b63b1e55d92720bf255 (diff)
[android] Updated version to 9.4.3android-943
-rw-r--r--android/gradle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index 2f938f0a59..c583c6d55f 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -2,8 +2,8 @@ propMinSdkVersion=15
propTargetSdkVersion=26
propCompileSdkVersion=26
propBuildToolsVersion=27.0.3
-propVersionCode=942
-propVersionName=9.4.2
+propVersionCode=943
+propVersionName=9.4.3
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1
propSupportLibraryVersion=27.1.1