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:
authorDmitry Yunitsky <yunik@mapswithme.com>2015-06-19 19:23:35 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:52:01 +0300
commit0b7ae649761253032f3b69016a7c2b8420e4488f (patch)
treef73a08e4783c4b0794f65cc7abfbb5a930f66768 /android
parentbaf6f7edff883b844e07b070274a687d3e4b04e3 (diff)
Increased version.
Diffstat (limited to 'android')
-rw-r--r--android/gradle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index cdb7885a9e..30c851a766 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -1,8 +1,8 @@
propMinSdkVersion=9
propTargetSdkVersion=22
propBuildToolsVersion=22.0.1
-propVersionCode=442
-propVersionName=4.4.2
+propVersionCode=443
+propVersionName=4.4.3
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1