mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-30 10:54:58 +01:00
Merge pull request #6201 from vector-im/feature/adm/build-health-false-positives
Build health false positives
This commit is contained in:
commit
b88ddbc854
@ -269,7 +269,13 @@ dependencyAnalysis {
|
|||||||
}
|
}
|
||||||
project(":vector") {
|
project(":vector") {
|
||||||
onUnusedDependencies {
|
onUnusedDependencies {
|
||||||
exclude("org.maplibre.gl:android-sdk", "org.maplibre.gl:android-plugin-annotation-v9") // False positives
|
// False positives
|
||||||
|
exclude(
|
||||||
|
"com.vanniktech:emoji-google",
|
||||||
|
"com.vanniktech:emoji-material",
|
||||||
|
"org.maplibre.gl:android-plugin-annotation-v9",
|
||||||
|
"org.maplibre.gl:android-sdk",
|
||||||
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user