From 188b15172f50e3a69f677c389d85c20e8c3c66d9 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 28 Oct 2020 13:56:21 +0530 Subject: [PATCH] gradle: re-enable R8's full mode Signed-off-by: Harsh Shandilya --- gradle.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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