navasmdc / MaterialDesignLibrary

This is a library with components of Android L to you use in android 2.2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

CharlesWWT opened this issue · comments

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

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

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