mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 06:08:51 +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: 'org.json', module: 'json'
|
||||||
all*.exclude group: 'net.sf.kxml', module: 'kxml2'
|
all*.exclude group: 'net.sf.kxml', module: 'kxml2'
|
||||||
all*.exclude group: 'androidx.legacy', module: 'legacy-support-core-ui'
|
all*.exclude group: 'androidx.legacy', module: 'legacy-support-core-ui'
|
||||||
|
all*.exclude group: 'androidx.core', module: 'core-ktx'
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
@ -52,6 +52,7 @@
|
||||||
-dontnote androidx.versionedparcelable.VersionedParcel
|
-dontnote androidx.versionedparcelable.VersionedParcel
|
||||||
-dontnote kotlin.**
|
-dontnote kotlin.**
|
||||||
-dontnote kotlinx.**
|
-dontnote kotlinx.**
|
||||||
|
-dontwarn androidx.lifecycle.SavedStateHandle
|
||||||
|
|
||||||
# OkHttp
|
# OkHttp
|
||||||
-dontwarn okio.DeflaterSink
|
-dontwarn okio.DeflaterSink
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue