Skip to content

Commit

Permalink
Update composeLibsVersion to v1.6.8 (#218)
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 Jul 12, 2024
1 parent d7408e8 commit 6f2bf7d
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 @@ -80,7 +80,7 @@ dependencies {
//core android
implementation("androidx.core:core-ktx:1.13.1")
//compose core
val composeLibsVersion = "1.6.7"
val composeLibsVersion = "1.6.8"
val composeUiLibsVersion = "1.6.7"
debugImplementation("androidx.compose.ui:ui-tooling:$composeUiLibsVersion")
implementation("androidx.compose.ui:ui:$composeUiLibsVersion")
Expand Down

0 comments on commit 6f2bf7d

Please sign in to comment.