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>2020-02-25 17:45:11 +0300
committeryoksnod <donskdmitry@mail.ru>2020-02-25 17:48:46 +0300
commit2f6a12e1620e751d7ad3cfb3eb246a9659783a83 (patch)
tree6683a6dde231bfe07341ce2578e7abd76ce670e3
parentd2aa6dff13e6f809df8b46dec91f126a3e1c95a9 (diff)
[android] Updated version to 9.6.1
-rw-r--r--android/gradle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index 46b1e5855c..194737a505 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -2,8 +2,8 @@ propMinSdkVersion=19
propTargetSdkVersion=28
propCompileSdkVersion=28
propBuildToolsVersion=27.0.3
-propVersionCode=960
-propVersionName=9.6.0
+propVersionCode=961
+propVersionName=9.6.1
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1
propSupportLibraryVersion=27.1.1