mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 06:08:51 +00:00
build.gradle: Add a packaging exclude for ProGuard metadata.
This commit is contained in:
parent
569d95d94a
commit
c90ef27ae7
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ android {
|
|||
|
||||
packagingOptions {
|
||||
exclude 'META-INF/*.version'
|
||||
exclude 'META-INF/proguard/**'
|
||||
exclude 'okhttp3/internal/publicsuffix/publicsuffixes.gz'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue