Skip to content

Commit ef2941a

Browse files
committed
Use jcenter repo for slf4j instead of local jar
1 parent 6c25e48 commit ef2941a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ android {
2020

2121
dependencies {
2222
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
23-
implementation files('libs/slf4j-android-1.6.1-RC1.jar')
23+
implementation 'org.slf4j:slf4j-android:1.6.1-RC1'
2424
}
-31.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)