Trendyol/showcase

Failed to resolve: com.trendyol.showcase:showcase:0.9.5

muhammedelsami opened this issue · 1 comments

Hi, I'm trying to add the library to my project, I'm getting an error like this.

Failed to resolve: com.trendyol.showcase:showcase:0.9.5


allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
because allprojects is not in root build.gradle file
maven { url 'https://jitpack.io' }
I am adding it to my settings.gradle file.

Screen Shot 2022-02-25 at 2 13 36 PM

same here