MaterialDesignLibrary icon indicating copy to clipboard operation
MaterialDesignLibrary copied to clipboard

It's always show Gradle:Download https://jitpack.io/com/github/navasmdc/MaterialDesign-1.5.pom

Open CharlesWWT opened this issue 7 years ago • 3 comments

But i compile another lib is normal ,and i use maven.aliyun is same invalid .Do you same as me? please fix it

CharlesWWT avatar Sep 19 '18 07:09 CharlesWWT

Same here. And it ruin my gradle project sync time !

CrisAldroid avatar May 29 '19 16:05 CrisAldroid

Add jcenter() to repositories if you don't have it already. It started working after a clean/rebuild

repositories { jcenter() }

dependencies { compile 'com.github.navasmdc:MaterialDesign:1.5@aar' }

SunshineCui avatar Oct 30 '19 08:10 SunshineCui

@CrisAldroid

arpitRanjan avatar Feb 26 '20 09:02 arpitRanjan