showcase
showcase copied to clipboard
Failed to resolve: com.trendyol.showcase:showcase:0.9.5
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.
same here