build.gradle: update SLF4J to 1.7.36

This commit is contained in:
Andreas Schildbach 2022-02-09 16:15:53 +01:00
parent 3cc64ce44e
commit acedc27d52

View file

@ -24,7 +24,7 @@ dependencies {
implementation 'com.squareup.okhttp3:logging-interceptor:3.12.13'
implementation 'com.google.guava:guava:31.0.1-android'
implementation 'org.osmdroid:osmdroid-android:6.1.11'
implementation 'org.slf4j:slf4j-api:1.7.32'
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation 'com.github.tony19:logback-android:2.0.0'
testImplementation 'junit:junit:4.13.2'
}