mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
ordering alphabetically and leaving a trailing comma
This commit is contained in:
parent
2ce64b8f87
commit
3f670045b3
1 changed files with 3 additions and 3 deletions
|
@ -271,10 +271,10 @@ dependencyAnalysis {
|
|||
onUnusedDependencies {
|
||||
// False positives
|
||||
exclude(
|
||||
"org.maplibre.gl:android-sdk",
|
||||
"org.maplibre.gl:android-plugin-annotation-v9",
|
||||
"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…
Add table
Reference in a new issue