Skip to content

Commit

Permalink
solve dependency conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Feb 26, 2023
1 parent bcf88ab commit bd0da0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ dependencies {
api("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")

// scheduling background jobs
implementation("androidx.work:work-runtime:2.8.0")
implementation("androidx.work:work-runtime:2.7.1")

// finding in which country we are for country-specific logic
implementation("de.westnordost:countryboundaries:1.6")
Expand Down

0 comments on commit bd0da0c

Please sign in to comment.