I develop own library module where I use Snackbar.
Snackbar
Here is my Gradle file:
apply plugin: \'com.android.library\' android { compileSdkV
Try this
dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:22.2.0' compile 'me.zhanghai.android.materialprogressbar:library:1.1.4' compile 'com.android.support:design:22.2.1' }