diff --git a/oeffi/build.gradle b/oeffi/build.gradle index 5895f34..b54e97c 100644 --- a/oeffi/build.gradle +++ b/oeffi/build.gradle @@ -21,7 +21,7 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:3.12.6' implementation 'com.squareup.okhttp3:logging-interceptor:3.12.6' implementation 'com.google.guava:guava:28.1-android' - implementation 'org.osmdroid:osmdroid-android:6.1.2' + implementation 'org.osmdroid:osmdroid-android:6.1.4' implementation 'org.slf4j:slf4j-api:1.7.29' implementation 'com.github.tony19:logback-android:2.0.0' testImplementation 'junit:junit:4.12'