Commit ff353f3
committed
Test: Remove unnecessary ui automator dependency
This also fixes the below 'AndroidX' related warning with
'android.enableJetifier=true'. This behavior will not be allowed in
Android Gradle plugin 8.0.
------------------------------------------------------------------------
WARNING:Your project has set `android.useAndroidX=true`, but
configuration `:WordPressUtils:debugAndroidTestRuntimeClasspath` still
contains legacy support libraries, which may cause runtime issues.
This behavior will not be allowed in Android Gradle plugin 8.0.
Please use only AndroidX dependencies or set
`android.enableJetifier=true` in the `gradle.properties` file to migrate
your project to AndroidX (see https://developer.android.com/jetpack/
androidx/migrate for more info).
The following legacy support libraries are detected:
:WordPressUtils:debugAndroidTestRuntimeClasspath ->
com.android.support.test.uiautomator:uiautomator-v18:2.1.2
------------------------------------------------------------------------1 parent fe76604 commit ff353f3
2 files changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | 57 | | |
0 commit comments