Add another false positive
This commit is contained in:
parent
9ce9ad6d3a
commit
fe4abf9d78
@ -267,5 +267,10 @@ dependencyAnalysis {
|
|||||||
exclude("androidx.paging:paging-runtime-ktx") // False positive
|
exclude("androidx.paging:paging-runtime-ktx") // False positive
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
project(":vector") {
|
||||||
|
onUnusedDependencies {
|
||||||
|
exclude("org.maplibre.gl:android-sdk", "org.maplibre.gl:android-plugin-annotation-v9") // False positives
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user