Update slf4j to 1.7.29.

This commit is contained in:
Andreas Schildbach 2019-11-22 22:48:49 +01:00
parent b5b45765a7
commit 9a5be1ed70

View file

@ -22,7 +22,7 @@ dependencies {
implementation 'com.squareup.okhttp3:logging-interceptor:3.12.6' implementation 'com.squareup.okhttp3:logging-interceptor:3.12.6'
implementation 'com.google.guava:guava:28.1-android' implementation 'com.google.guava:guava:28.1-android'
implementation 'org.osmdroid:osmdroid-android:6.1.2' implementation 'org.osmdroid:osmdroid-android:6.1.2'
implementation 'org.slf4j:slf4j-api:1.7.28' implementation 'org.slf4j:slf4j-api:1.7.29'
implementation 'com.github.tony19:logback-android:2.0.0' implementation 'com.github.tony19:logback-android:2.0.0'
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'
} }