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

rippleColor

zhaoxiuyu opened this issue · comments

repositories {
jcenter()
maven { url "https://jitpack.io" }
}

dependencies {
compile 'com.github.anasanasanas123:MaterialDesignLibrary:1.6'
}

Failed to resolve: com.github.anasanasanas123:MaterialDesignLibrary:1.6

use this one
compile 'com.github.vajro:MaterialDesignLibrary:1.6'

commented

Failed to resolve: com.github.vajro:MaterialDesignLibrary:1.6

repositories {
maven { url "https://jitpack.io" }
}

dependencies {
compile 'com.github.vajro:MaterialDesignLibrary:1.6'
}