build.gradle: update logback-android to 2.0.1

This commit is contained in:
Andreas Schildbach 2022-12-18 18:34:16 +01:00
parent 3ab7d48659
commit fe6fe32d93

View file

@ -24,7 +24,7 @@ dependencies {
implementation 'com.google.guava:guava:31.1-android'
implementation 'org.osmdroid:osmdroid-android:6.1.14'
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation 'com.github.tony19:logback-android:2.0.0'
implementation 'com.github.tony19:logback-android:2.0.1'
testImplementation 'junit:junit:4.13.2'
}