mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 06:08:51 +00:00
build.gradle: Exclude unwanted Kotlin metadata from APK.
This commit is contained in:
parent
3859d9496e
commit
5ca14adbfc
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@ android {
|
|||
packagingOptions {
|
||||
exclude 'META-INF/*.version'
|
||||
exclude 'META-INF/proguard/**'
|
||||
exclude 'META-INF/*.kotlin_module'
|
||||
exclude 'kotlin/**'
|
||||
exclude 'okhttp3/internal/publicsuffix/publicsuffixes.gz'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue