mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
excluding the emoji dependencies from the unused check, their resources are used
This commit is contained in:
parent
2e1a11e10e
commit
2ce64b8f87
1 changed files with 7 additions and 1 deletions
|
@ -269,7 +269,13 @@ dependencyAnalysis {
|
|||
}
|
||||
project(":vector") {
|
||||
onUnusedDependencies {
|
||||
exclude("org.maplibre.gl:android-sdk", "org.maplibre.gl:android-plugin-annotation-v9") // False positives
|
||||
// False positives
|
||||
exclude(
|
||||
"org.maplibre.gl:android-sdk",
|
||||
"org.maplibre.gl:android-plugin-annotation-v9",
|
||||
"com.vanniktech:emoji-google",
|
||||
"com.vanniktech:emoji-material"
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue