Update osmdroid to 6.1.5.

This commit is contained in:
Andreas Schildbach 2019-12-14 17:54:25 +01:00
parent b2b4ce0837
commit 8244275bb5

View file

@ -23,7 +23,7 @@ dependencies {
//noinspection GradleDependency
implementation 'com.squareup.okhttp3:logging-interceptor:3.12.6'
implementation 'com.google.guava:guava:28.1-android'
implementation 'org.osmdroid:osmdroid-android:6.1.4'
implementation 'org.osmdroid:osmdroid-android:6.1.5'
implementation 'org.slf4j:slf4j-api:1.7.29'
implementation 'com.github.tony19:logback-android:2.0.0'
testImplementation 'junit:junit:4.12'