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