removing unused dependencies and marking soloader and ignored from dependency check (as it's dynamic)
This commit is contained in:
parent
a82ddf5d5c
commit
f17129b660
|
@ -267,6 +267,8 @@ dependencyAnalysis {
|
|||
onUnusedDependencies {
|
||||
// False positives
|
||||
exclude(
|
||||
"androidx.fragment:fragment-testing",
|
||||
"com.facebook.soloader:soloader",
|
||||
"com.vanniktech:emoji-google",
|
||||
"com.vanniktech:emoji-material",
|
||||
"org.maplibre.gl:android-plugin-annotation-v9",
|
||||
|
|
|
@ -372,7 +372,6 @@ dependencies {
|
|||
implementation "com.gabrielittner.threetenbp:lazythreetenbp:0.10.0"
|
||||
|
||||
implementation libs.squareup.moshi
|
||||
implementation libs.squareup.moshiKt
|
||||
kapt libs.squareup.moshiKotlin
|
||||
|
||||
// Lifecycle
|
||||
|
|
Loading…
Reference in New Issue