From 60044994154cee645692e2706926fee75746c3fc Mon Sep 17 00:00:00 2001 From: roc Date: Tue, 25 Oct 2016 14:17:24 +0800 Subject: [PATCH] =?UTF-8?q?v0.0.1=E7=89=88=E6=9C=AC:=20+=20JitPack.io?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 1 + build.gradle | 1 + 2 files changed, 2 insertions(+) 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" } } }