diff --git a/gradle.properties b/gradle.properties index 3b2000c1..bc6a197f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,8 +21,7 @@ kapt.incremental.apt=true kapt.include.compile.classpath=false # Use R8 instead of ProGuard for code shrinking. -# R8 Full Mode be nasty -# android.enableR8.fullMode=true +android.enableR8.fullMode=true # Enable AndroidX android.useAndroidX=true