Skip to content

Commit

Permalink
Use jcenter repo for slf4j instead of local jar
Browse files Browse the repository at this point in the history
  • Loading branch information
GammaC0de committed Aug 20, 2020
1 parent 6c25e48 commit ef2941a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ android {

dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation files('libs/slf4j-android-1.6.1-RC1.jar')
implementation 'org.slf4j:slf4j-android:1.6.1-RC1'
}
Binary file removed app/libs/slf4j-android-1.6.1-RC1.jar
Binary file not shown.

0 comments on commit ef2941a

Please sign in to comment.