diff --git a/app/build.gradle b/app/build.gradle index bcdbebb..b1ff920 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' } diff --git a/app/libs/slf4j-android-1.6.1-RC1.jar b/app/libs/slf4j-android-1.6.1-RC1.jar deleted file mode 100644 index 480348f..0000000 Binary files a/app/libs/slf4j-android-1.6.1-RC1.jar and /dev/null differ