mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-06 17:38:48 +00:00
build.gradle: exclude module core-ktx
This commit is contained in:
parent
1098996918
commit
31a47148d4
2 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ configurations {
|
|||
all*.exclude group: 'org.json', module: 'json'
|
||||
all*.exclude group: 'net.sf.kxml', module: 'kxml2'
|
||||
all*.exclude group: 'androidx.legacy', module: 'legacy-support-core-ui'
|
||||
all*.exclude group: 'androidx.core', module: 'core-ktx'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
-dontnote androidx.versionedparcelable.VersionedParcel
|
||||
-dontnote kotlin.**
|
||||
-dontnote kotlinx.**
|
||||
-dontwarn androidx.lifecycle.SavedStateHandle
|
||||
|
||||
# OkHttp
|
||||
-dontwarn okio.DeflaterSink
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue