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

rippleColor #388

Open zhaoxiuyu opened 8 years ago

zhaoxiuyu commented 8 years ago

image

liodali commented 8 years ago

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

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

cs8 commented 7 years ago

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

chnouman commented 7 years ago

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

LSDsl commented 7 years ago

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

chnouman commented 7 years ago

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

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