mirror of
https://gitlab.com/xynngh/YetAnotherCallBlocker.git
synced 2025-01-10 16:03:21 +01:00
Change logback dep type
This commit is contained in:
parent
0b633ce5d1
commit
612b616019
@ -35,7 +35,7 @@ dependencies {
|
||||
def eventbus_version = '3.2.0'
|
||||
|
||||
implementation 'org.slf4j:slf4j-api:1.7.30'
|
||||
implementation 'com.github.tony19:logback-android:2.0.0'
|
||||
runtimeOnly 'com.github.tony19:logback-android:2.0.0'
|
||||
//noinspection GradleDependency: 3.12.* is the latest version compatible with Android <5
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.12.12'
|
||||
implementation 'commons-codec:commons-codec:1.14' // beware: a version included in Android is used instead
|
||||
|
Loading…
Reference in New Issue
Block a user