Skip to content

Commit

Permalink
update some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Dec 16, 2023
1 parent 1f52b75 commit f920bf4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -130,18 +130,18 @@ dependencies {

// Android stuff
implementation("com.google.android.material:material:1.6.1")
implementation("androidx.core:core-ktx:1.10.1")
implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.annotation:annotation:1.7.0")
implementation("androidx.annotation:annotation:1.7.1")
implementation("androidx.fragment:fragment-ktx:1.6.2")
implementation("androidx.preference:preference-ktx:1.2.1")
implementation("androidx.recyclerview:recyclerview:1.3.2")
implementation("androidx.viewpager:viewpager:1.0.0")
implementation("androidx.localbroadcastmanager:localbroadcastmanager:1.1.0")

// photos
implementation("androidx.exifinterface:exifinterface:1.3.6")
implementation("androidx.exifinterface:exifinterface:1.3.7")

// Kotlin
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0")
Expand All @@ -152,7 +152,7 @@ dependencies {
api("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")

// scheduling background jobs
implementation("androidx.work:work-runtime:2.8.1")
implementation("androidx.work:work-runtime:2.9.0")

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

0 comments on commit f920bf4

Please sign in to comment.