From 6192d4c58c6f1f25cae1d94d9ab3588b754d22e4 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Fri, 13 Oct 2017 16:28:34 -0500 Subject: [PATCH] Disable aapt2 --- app/src/main/res/values/strings.xml | 20 ++++++++++---------- gradle.properties | 1 + 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index e3a670ca5..2dbad0e24 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -841,11 +841,11 @@ File %1$s contained %2$s.\n\n List Repeats from Repeats %s - Repeats %s on %s - Repeats %s until %s - Repeats %s, occurs %d %s - Repeats %s on %s until %s - Repeats %s on %s, occurs %d %s + Repeats %1$s on %2$s + Repeats %1$s until %2$s + Repeats %1$s, occurs %2$d %3$s + Repeats %1$s on %2$s until %3$s + Repeats %1$s on %2$s, occurs %3$d %4$s minutely hourly daily @@ -853,11 +853,11 @@ File %1$s contained %2$s.\n\n monthly yearly Repeats every %s - Repeats every %s on %s - Repeats every %s until %s - Repeats every %s, occurs %d %s - Repeats every %s on %s until %s - Repeats every %s on %s, occurs %d %s + Repeats every %1$s on %2$s + Repeats every %1$s until %2$s + Repeats every %1$s, occurs %2$d %3$s + Repeats every %1$s on %2$s until %3$s + Repeats every %1$s on %2$s, occurs %3$d %4$s ,\u0020 Don\'t add to calendar Default calendar diff --git a/gradle.properties b/gradle.properties index b3c7a0330..b8a807e22 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1,2 @@ org.gradle.jvmargs=-Xmx2048M +android.enableAapt2=false