diff --git a/app/build.gradle b/app/build.gradle index 57fe006..939794a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,6 +23,7 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile project(':library') +// compile 'com.github.roc-hu:ModularRecyclerView:v0.0.1' androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) diff --git a/build.gradle b/build.gradle index c20bca1..980542d 100644 --- a/build.gradle +++ b/build.gradle @@ -15,6 +15,7 @@ buildscript { allprojects { repositories { jcenter() +// maven { url "https://jitpack.io" } } }