Skip to content

Commit

Permalink
fix(deps): update compose_ui_version to v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2023
1 parent 6f12b6c commit c5c3c66
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 @@ -53,7 +53,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach

val ktorfit = "1.7.0"
val ktor = "2.3.4"
val compose_ui_version = "1.5.1"
val compose_ui_version = "1.5.2"
dependencies {
ksp("de.jensklingenberg.ktorfit:ktorfit-ksp:$ktorfit")
implementation("de.jensklingenberg.ktorfit:ktorfit-lib:$ktorfit")
Expand Down

0 comments on commit c5c3c66

Please sign in to comment.