persistent-search-view icon indicating copy to clipboard operation
persistent-search-view copied to clipboard

Gradle build error while removing jcenter

Open yenaingoo992 opened this issue 3 years ago • 2 comments

I have got 'Could not find com.arthurivanets.adapster:adapster:1.0.13.' error message while removing jcenter in build.gradle as suggested in android studio.

yenaingoo992 avatar Jan 28 '22 21:01 yenaingoo992

same issue

jja08111 avatar Jul 05 '22 07:07 jja08111

add jcenter() maven { url 'https://jitpack.io' } in your settings.graddle

tomleejumah avatar Apr 19 '24 12:04 tomleejumah