Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to…
Browse files Browse the repository at this point in the history
… v1.7.3 (LawnchairLauncher#2364)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and twnesss committed Oct 9, 2024
1 parent 75a808d commit 576902c
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 @@ -155,7 +155,7 @@ dependencies {
implementation("androidx.navigation:navigation-compose:2.8.1")
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.6")

implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")

val hiltVersion = "2.52"
implementation("com.google.dagger:hilt-android:$hiltVersion")
Expand Down

0 comments on commit 576902c

Please sign in to comment.