We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7e0eb commit af4308fCopy full SHA for af4308f
example/build.gradle
@@ -22,5 +22,5 @@ android {
22
dependencies {
23
implementation 'androidx.appcompat:appcompat:1.1.0'
24
implementation 'androidx.recyclerview:recyclerview:1.1.0'
25
- implementation project(path: ':swipelayout')
+ implementation 'com.github.zerobranch:SwipeLayout:1.2.0'
26
}
0 commit comments