diff --git a/osmdroid/build.gradle.kts b/osmdroid/build.gradle.kts index d39f2398af2..5c42b89a459 100644 --- a/osmdroid/build.gradle.kts +++ b/osmdroid/build.gradle.kts @@ -38,9 +38,7 @@ dependencies { coreLibraryDesugaring(Dependencies.desugar) implementation(project(":shared")) - implementation(project(":androidshared")) { - exclude(group = "androidx.lifecycle") - } + implementation(project(":androidshared")) implementation(project(":icons")) implementation(project(":maps")) implementation(project(":location"))