mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-29 15:40:55 +08:00
removing unused dependencies and marking soloader and ignored from dependency check (as it's dynamic)
This commit is contained in:
parent
a82ddf5d5c
commit
f17129b660
@ -267,6 +267,8 @@ dependencyAnalysis {
|
|||||||
onUnusedDependencies {
|
onUnusedDependencies {
|
||||||
// False positives
|
// False positives
|
||||||
exclude(
|
exclude(
|
||||||
|
"androidx.fragment:fragment-testing",
|
||||||
|
"com.facebook.soloader:soloader",
|
||||||
"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-plugin-annotation-v9",
|
||||||
|
@ -372,7 +372,6 @@ dependencies {
|
|||||||
implementation "com.gabrielittner.threetenbp:lazythreetenbp:0.10.0"
|
implementation "com.gabrielittner.threetenbp:lazythreetenbp:0.10.0"
|
||||||
|
|
||||||
implementation libs.squareup.moshi
|
implementation libs.squareup.moshi
|
||||||
implementation libs.squareup.moshiKt
|
|
||||||
kapt libs.squareup.moshiKotlin
|
kapt libs.squareup.moshiKotlin
|
||||||
|
|
||||||
// Lifecycle
|
// Lifecycle
|
||||||
|
Loading…
Reference in New Issue
Block a user