mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-29 15:40:55 +08:00
excluding the emoji dependencies from the unused check, their resources are used
This commit is contained in:
parent
2e1a11e10e
commit
2ce64b8f87
@ -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(
|
||||||
|
"org.maplibre.gl:android-sdk",
|
||||||
|
"org.maplibre.gl:android-plugin-annotation-v9",
|
||||||
|
"com.vanniktech:emoji-google",
|
||||||
|
"com.vanniktech:emoji-material"
|
||||||
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user