You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
jcenter is deprecated so i would like to remove it from my project but it is impossible because toast-rule implicitly depends on it.
> Could not resolve all files for configuration ':***:***AndroidTestRuntimeClasspath'.
> Could not find com.forkingcode.espresso.contrib:espresso-descendant-actions:1.4.0.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/forkingcode/espresso/contrib/espresso-descendant-actions/1.4.0/espresso-descendant-actions-1.4.0.pom
- https://repo.maven.apache.org/maven2/com/forkingcode/espresso/contrib/espresso-descendant-actions/1.4.0/espresso-descendant-actions-1.4.0.pom
- https://jitpack.io/com/forkingcode/espresso/contrib/espresso-descendant-actions/1.4.0/espresso-descendant-actions-1.4.0.pom
- https://maven.google.com/com/forkingcode/espresso/contrib/espresso-descendant-actions/1.4.0/espresso-descendant-actions-1.4.0.pom
- https://zendesk.jfrog.io/zendesk/repo/com/forkingcode/espresso/contrib/espresso-descendant-actions/1.4.0/espresso-descendant-actions-1.4.0.pom
Required by:
project *** > com.avito.android:toast-rule:2022.14 > com.avito.android:ui-testing-core:2022.14
Is your feature request related to a problem? Please describe.
jcenter is deprecated so i would like to remove it from my project but it is impossible because toast-rule implicitly depends on it.
espresso-descendant-actions is only available in jcenter: https://mvnrepository.com/artifact/com.forkingcode.espresso.contrib/espresso-descendant-actions
Describe the solution you'd like
i would like toast-rule (and all libs in perspective) not to depend on jcenter
The text was updated successfully, but these errors were encountered: