We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3076b0 commit 7fcaafaCopy full SHA for 7fcaafa
build.gradle
@@ -16,6 +16,7 @@ buildscript {
16
allprojects {
17
repositories {
18
jcenter()
19
+ maven { url "https://jitpack.io" }
20
}
21
22
demo/build.gradle
@@ -26,5 +26,5 @@ dependencies {
26
})
27
compile 'com.android.support:appcompat-v7:24.2.0'
28
testCompile 'junit:junit:4.12'
29
- compile project(path: ':swipecardrecyclerview')
+ compile 'com.github.HalfStackDeveloper:SwipeCardRecyclerView:v1.0.0'
30
0 commit comments