From: Reimar Döffinger Date: Thu, 16 Nov 2017 20:58:14 +0000 (+0100) Subject: Re-enable aapt2 again at v27. X-Git-Url: http://gitweb.fperrin.net/?p=Dictionary.git;a=commitdiff_plain;h=1ed285ca029d5edcf6a9dc02e0cdb7ba2ed39270 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. --- 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