mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-06 17:38:48 +00:00
build.gradle: don't exclude 'okhttp3/internal/publicsuffix/publicsuffixes.gz' from APK
It's needed by OkHttp for cookies somehow. See https://github.com/square/okhttp/issues/3582
This commit is contained in:
parent
e34ea78a49
commit
c0248193a3
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ android {
|
|||
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