File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,9 @@ dependencies {
4343 implementation ' androidx.appcompat:appcompat:1.3.1'
4444 implementation ' com.google.android.material:material:1.4.0'
4545 implementation ' androidx.constraintlayout:constraintlayout:2.1.0'
46- // implementation 'com.github.edstlib:baserecyclerview:1.0.0'
4746
48- implementation files(" libs/baserecyclerview-debug.aar" )
4947 implementation project(" :swipebottomview" )
48+ implementation ' com.github.edstlib:baserecyclerview:1.0.0'
5049
5150 testImplementation ' junit:junit:4.+'
5251 androidTestImplementation ' androidx.test.ext:junit:1.1.3'
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ dependencyResolutionManagement {
44 google()
55 mavenCentral()
66 jcenter() // Warning: this repository is going to shut down soon
7+ maven { url ' https://jitpack.io' }
78 }
89}
910rootProject. name = " Swipe Bottom View Example"
You can’t perform that action at this time.
0 commit comments