diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-05-19 21:11:21 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-05-20 23:50:39 +0530 |
commit | 6b8ca1601d0668125071839d9f10912d765460ad (patch) | |
tree | 468e05827ec4b9e094158a45902eb33494479299 /gradle.properties | |
parent | e96f8165016a4279a9bb0323538004e4bbeaeb02 (diff) |
feat(build): move to AGP 8.2.x
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 3 |
1 files changed, 1 insertions, 2 deletions
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 |