GlideSlider icon indicating copy to clipboard operation
GlideSlider copied to clipboard

Could not find com.github.firdausmaulan:GlideSlider:1.5.1

Open sunami09 opened this issue 3 years ago • 1 comments

image

sunami09 avatar Nov 24 '21 09:11 sunami09

Do you have jitpack added to your top-level build.gradle?

allprojects
 {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

https://jitpack.io/#firdausmaulan/GlideSlider/1.5.1

jbro129 avatar Dec 14 '21 04:12 jbro129