fix(gradle): turn off R8 full mode

This commit is contained in:
Harsh Shandilya 2023-03-25 11:25:50 +05:30
parent a8f19a16dc
commit 3761de8783
No known key found for this signature in database

View file

@ -32,7 +32,8 @@ kotlin.incremental.useClasspathSnapshot=true
kotlin.build.report.output=file
# Use R8 instead of ProGuard for code shrinking.
android.enableR8.fullMode=true
# TODO: Re-enable after diagnosing JGit VerifyError
android.enableR8.fullMode=false
# Enable AndroidX
android.useAndroidX=true