From 65d8b5fc9bf4f9ed3fe534b04388599c9ef9b942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Fri, 5 Oct 2018 22:57:27 +0200 Subject: [PATCH] Android build: Enable AAPT2 --- android/gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/android/gradle.properties b/android/gradle.properties index 8bd86f6805..d8813c3693 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1 +1,2 @@ org.gradle.jvmargs=-Xmx1536M +android.enableAapt2=true