Add another false positive

This commit is contained in:
Olivér Falvai 2022-05-26 14:33:28 +02:00
parent 9ce9ad6d3a
commit fe4abf9d78
1 changed files with 5 additions and 0 deletions

View File

@ -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
}
}
} }
} }