root build.gradle
allprojects { repositories { jcenter() maven { url "https://jitpack.io" } } }
build.gradle
dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) compile 'com.android.support:appcompat-v7:25.3.1' compile 'com.github.Paroca72:sc-widgets:2.1.2' testCompile 'junit:junit:4.12' }
References
https://github.com/mhdr/AndroidSamples/tree/master/080