Skip to content

Commit

Permalink
fix(deps): update compose_ui_version to v1.6.7 (#435)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 30, 2024
1 parent 6299d92 commit 2c96f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/AndroidOnlyExample/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach

val ktorfit = "2.0.0"
val ktor = "2.3.10"
val compose_ui_version = "1.5.1"
val compose_ui_version = "1.6.7"
dependencies {
implementation("de.jensklingenberg.ktorfit:ktorfit-lib:$ktorfit")
implementation("io.ktor:ktor-client-serialization:$ktor")
Expand Down

0 comments on commit 2c96f35

Please sign in to comment.