Skip to content

Commit 7fcaafa

Browse files
XiandengWangXiandengWang
authored andcommitted
更新demo依赖
1 parent e3076b0 commit 7fcaafa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ buildscript {
1616
allprojects {
1717
repositories {
1818
jcenter()
19+
maven { url "https://jitpack.io" }
1920
}
2021
}
2122

demo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ dependencies {
2626
})
2727
compile 'com.android.support:appcompat-v7:24.2.0'
2828
testCompile 'junit:junit:4.12'
29-
compile project(path: ':swipecardrecyclerview')
29+
compile 'com.github.HalfStackDeveloper:SwipeCardRecyclerView:v1.0.0'
3030
}

0 commit comments

Comments
 (0)