]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Re-enable aapt2 again at v27.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Thu, 16 Nov 2017 20:58:14 +0000 (21:58 +0100)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Thu, 16 Nov 2017 20:59:40 +0000 (21:59 +0100)
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
gradle.properties

index d9143a9f8a4f58d63fda78c35c5517fa4c4c15a1..79bb56c3ee82aca16b3138db404cb34246da9954 100644 (file)
@@ -42,7 +42,7 @@ def utildir = hasProperty("quickdicUtilDir") ? quickdicUtilDir : "Util"
 
 android {
     compileSdkVersion 25
-    buildToolsVersion "26.0.2"
+    buildToolsVersion "27.0.1"
     lintOptions {
         disable "MissingTranslation"
     }
index e8b10e2b5cbbe6443823d31b23c1179a2d231db2..b54f4f00dbf1e510059756848499e334b41aa241 100644 (file)
@@ -1 +1 @@
-android.enableAapt2=false
+#android.enableAapt2=false