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:
authoralexzatsepin <az@mapswithme.com>2017-02-13 19:56:50 +0300
committeralexzatsepin <az@mapswithme.com>2017-02-14 15:47:26 +0300
commit331c029a67159dfdf900d84b699e08a6eab839ef (patch)
tree1ff0052e1bfee64eca88953fd315ce1e1ec7aa44 /android/gradle.properties
parent22d0c816bfa80a8942b7c410147dd0151faef7a1 (diff)
[android] Rolled back gradle and android sdk to old ones, because we don't support Android M and N properly yet
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 824b7bb013..7784318ec1 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -1,8 +1,8 @@
propMinSdkVersion=15
# TODO use 23 target and build tools version, when ProGuard problem will be fixed
# https://code.google.com/p/android/issues/detail?id=184567
-propTargetSdkVersion=25
-propCompileSdkVersion=25
+propTargetSdkVersion=22
+propCompileSdkVersion=23
propBuildToolsVersion=25
propVersionCode=713
propVersionName=7.1.3