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