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-12 18:00:36 +0300
committerVladimir Byko-Ianko <bykoianko@gmail.com>2019-09-12 18:43:12 +0300
commit834026e24223e4135a637e265cd763a59c9549f5 (patch)
tree9c4eb9fb1ccae4643377eeaa40113c2e6c4b3a98
parent87a33126dd5cc2e6c46f8b3407ac833465343784 (diff)
[android] Updated version to 9.3.2release-93
-rw-r--r--android/gradle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index 2e63ceffea..9eb87fcfcd 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -2,8 +2,8 @@ propMinSdkVersion=15
propTargetSdkVersion=26
propCompileSdkVersion=26
propBuildToolsVersion=27.0.3
-propVersionCode=931
-propVersionName=9.3.1
+propVersionCode=932
+propVersionName=9.3.2
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1
propSupportLibraryVersion=27.1.1