From 1ed285ca029d5edcf6a9dc02e0cdb7ba2ed39270 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Reimar=20D=C3=B6ffinger?= Date: Thu, 16 Nov 2017 21:58:14 +0100 Subject: [PATCH] Re-enable aapt2 again at v27. v27 should contain a workaround for the system crashes the previous version could trigger with some buggy Android versions. The workaround consists in always encoding strings as UTF-16 in the xml files, not UTF-8. --- build.gradle | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index d9143a9..79bb56c 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ def utildir = hasProperty("quickdicUtilDir") ? quickdicUtilDir : "Util" android { compileSdkVersion 25 - buildToolsVersion "26.0.2" + buildToolsVersion "27.0.1" lintOptions { disable "MissingTranslation" } diff --git a/gradle.properties b/gradle.properties index e8b10e2..b54f4f0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -android.enableAapt2=false +#android.enableAapt2=false -- 2.43.0