Commit 9794a6e
committed
Deps: Replace androidx legacy support v4 dependency in picasso loader
Although removing the 'androidx.legacy.support.v4' is enough by itself
and the build is not failing, it is better to also replace that with
'androidx.collection' due to this 'androidx.collection.ArrayMap' import
on 'PicassoImageLoader'.
FYI: It got introduced as part of this
(ad68cc9) commit, a part of the
AndroidX migration.
------------------------------------------------------------------------
This replacement was suggested by the dependency analysis report,
see below:
Advice for :picasso-loader
Unused dependencies which should be removed:
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
...
These transitive dependencies should be declared directly:
implementation 'androidx.collection:collection:1.1.0'1 parent 7db2a43 commit 9794a6e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments