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:
authorAlexander Zatsepin <az@mapswithme.com>2018-04-16 16:33:42 +0300
committerSlava <slovaricheg@gmail.com>2018-04-16 20:06:15 +0300
commit3bdb6eb5612ee38a6c2ed1707c181d2d41b31db7 (patch)
treef541b813298d4c7b75dac51ecf6eb12a553dbf27 /android/gradle.properties
parent81acf475226b3efa93b2a836dc2e782c43ca0bcf (diff)
[android] Fixed android build
Diffstat (limited to 'android/gradle.properties')
-rw-r--r--android/gradle.properties5
1 files changed, 1 insertions, 4 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index 7ce38188e6..5888c1c33f 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -3,7 +3,7 @@ propMinSdkVersion=15
# https://code.google.com/p/android/issues/detail?id=184567
propTargetSdkVersion=23
propCompileSdkVersion=26
-propBuildToolsVersion=26.0.2
+propBuildToolsVersion=27.0.2
propVersionCode=820
propVersionName=8.2.0
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
@@ -26,6 +26,3 @@ propObbFontsOutput build/fonts.obb
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.jvmargs=-Xmx3g
-
-# AAPT2 cannot be enabled while MoPub library has an incorrect nested element in Manifest.
-android.enableAapt2=false