From 6b8ca1601d0668125071839d9f10912d765460ad Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 19 May 2023 21:11:21 +0530 Subject: feat(build): move to AGP 8.2.x --- gradle.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 66e69382..51c9e082 100644 --- a/gradle.properties +++ b/gradle.properties @@ -32,8 +32,7 @@ kotlin.compiler.preciseCompilationResultsBackup=true kotlin.build.report.output=file # Use R8 instead of ProGuard for code shrinking. -# TODO: Re-enable after diagnosing JGit VerifyError -android.enableR8.fullMode=false +android.enableR8.fullMode=true # Enable AndroidX android.useAndroidX=true -- cgit v1.2.3