mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-10 08:20:00 +02:00
fix(gradle): turn off R8 full mode
This commit is contained in:
parent
a8f19a16dc
commit
3761de8783
|
|
@ -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