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:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2018-04-28 10:29:53 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2018-04-28 14:29:31 +0300
commita13e7829a9d38978adcd784cb4be9c084f802b91 (patch)
tree39f406fa095fd6e7548037a67fb4d2cb373e5350 /android/gradle.properties
parent0acab60d91e30bbc3796d00d618b3d92fbd1595c (diff)
Increased version to 8.2.3
Diffstat (limited to 'android/gradle.properties')
-rw-r--r--android/gradle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index de9a101464..917c8649a5 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -4,8 +4,8 @@ propMinSdkVersion=15
propTargetSdkVersion=23
propCompileSdkVersion=26
propBuildToolsVersion=27.0.3
-propVersionCode=821
-propVersionName=8.2.1
+propVersionCode=823
+propVersionName=8.2.3
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1