Skip to content

Commit

Permalink
Removed redundant exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 committed Jan 8, 2024
1 parent e7f7d48 commit 868ba48
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions osmdroid/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 868ba48

Please sign in to comment.