diff --git a/app/build.gradle b/app/build.gradle index c85287cf3..98b6c7dcb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -207,7 +207,7 @@ dependencies { debugImplementation 'androidx.compose.ui:ui-test-manifest' // Osmdroid & Maps - def osmdroid_version = '6.1.14' + def osmdroid_version = '6.1.20' implementation "org.osmdroid:osmdroid-android:$osmdroid_version" implementation "org.osmdroid:osmdroid-wms:$osmdroid_version" implementation("org.osmdroid:osmdroid-geopackage:$osmdroid_version") {