Skip to content

Commit 86dfbed

Browse files
committed
install jitpack
1 parent fde92a0 commit 86dfbed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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'

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}
910
rootProject.name = "Swipe Bottom View Example"

0 commit comments

Comments
 (0)