Skip to content

Commit

Permalink
v0.0.1版本: + JitPack.io测试
Browse files Browse the repository at this point in the history
  • Loading branch information
roc-hu committed Oct 25, 2016
1 parent 46df2cf commit 6004499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
})
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ buildscript {
allprojects {
repositories {
jcenter()
// maven { url "https://jitpack.io" }
}
}

Expand Down

0 comments on commit 6004499

Please sign in to comment.