navasmdc / MaterialDesignLibrary

This is a library with components of Android L to you use in android 2.2
Apache License 2.0
8.99k stars 2.22k forks source link

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

Open CharlesWWT opened 6 years ago

CharlesWWT commented 6 years ago

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

CrisAldroid commented 5 years ago

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

SunshineCui commented 5 years ago

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' }

arpitRanjan commented 4 years ago

@CrisAldroid