Commit e578ad1
committed
Deps: Replace android material with androidx appcompat in wordpress cmt
Removing the 'android.material' dependency wasn't enough by itself as
the build was then failing. Adding the transient 'androidx.appcompat'
dependency was actually required in order to make the build successful
again.
Then, and just like it was done on this
(7db2a43) change, the seemingly unused
'androidx.appcompat' dependency advise got suppressed as well.
------------------------------------------------------------------------
This replacement was suggested by the dependency analysis report,
see below:
Advice for :wordpress-comments
Unused dependencies which should be removed:
implementation 'com.google.android.material:material:1.2.1'1 parent 4c7a164 commit e578ad1
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
48 | 57 | | |
49 | 58 | | |
50 | 59 | | |
| |||
0 commit comments