fix(gradle): turn off R8 full mode
This commit is contained in:
parent
a8f19a16dc
commit
3761de8783
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue