mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-26 15:18:19 +08:00
ordering alphabetically and leaving a trailing comma
This commit is contained in:
parent
2ce64b8f87
commit
3f670045b3
@ -271,10 +271,10 @@ dependencyAnalysis {
|
|||||||
onUnusedDependencies {
|
onUnusedDependencies {
|
||||||
// False positives
|
// False positives
|
||||||
exclude(
|
exclude(
|
||||||
"org.maplibre.gl:android-sdk",
|
|
||||||
"org.maplibre.gl:android-plugin-annotation-v9",
|
|
||||||
"com.vanniktech:emoji-google",
|
"com.vanniktech:emoji-google",
|
||||||
"com.vanniktech:emoji-material"
|
"com.vanniktech:emoji-material",
|
||||||
|
"org.maplibre.gl:android-plugin-annotation-v9",
|
||||||
|
"org.maplibre.gl:android-sdk",
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user