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-09-09 18:48:53 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2019-09-09 18:51:27 +0300
commitf08a8844881b4251b17780ea25dda47019819fd6 (patch)
tree150c2523390279da22930064f4d5c9a562dda99d
parenta0baea38f104f8d3fcbd92b4f59d547970f347ce (diff)
[android] Updated version to 9.3.1android-gr-931
-rw-r--r--android/gradle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index 8f0bc0edbf..2e63ceffea 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -2,8 +2,8 @@ propMinSdkVersion=15
propTargetSdkVersion=26
propCompileSdkVersion=26
propBuildToolsVersion=27.0.3
-propVersionCode=930
-propVersionName=9.3.0
+propVersionCode=931
+propVersionName=9.3.1
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1
propSupportLibraryVersion=27.1.1