diff --git a/app/build.gradle b/app/build.gradle index f80721690..8381b3bf3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -208,7 +208,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") {