diff --git a/build.gradle.kts b/build.gradle.kts index 0bd21741..812b5c25 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ buildscript { dependencies { classpath(kotlin("gradle-plugin", "1.4.32")) - classpath("com.android.tools.build:gradle:4.1.3") + classpath("com.android.tools.build:gradle:4.2.0-rc01") classpath("com.google.firebase:firebase-crashlytics-gradle:2.5.2") classpath("com.google.android.gms:oss-licenses-plugin:0.10.4") classpath("com.google.gms:google-services:4.3.5") diff --git a/gradle.properties b/gradle.properties index 4f17cbd0..6fb3e361 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,6 +12,7 @@ android.databinding.incremental=true android.enableJetifier=true android.enableR8.fullMode=true +android.enableResourceOptimizations=false android.useAndroidX=true kapt.incremental.apt=true org.gradle.jvmargs=-Xmx1536m