diff --git a/app/build.gradle b/app/build.gradle index e40f6bd12..55ffbf804 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") {