Skip to content

Commit

Permalink
Update composeUiLibsVersion to v1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 12, 2024
1 parent fac433d commit a126abf
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 @@ -81,7 +81,7 @@ dependencies {
implementation("androidx.core:core-ktx:1.13.1")
//compose core
val composeLibsVersion = "1.6.7"
val composeUiLibsVersion = "1.6.7"
val composeUiLibsVersion = "1.6.8"
debugImplementation("androidx.compose.ui:ui-tooling:$composeUiLibsVersion")
implementation("androidx.compose.ui:ui:$composeUiLibsVersion")
implementation("androidx.compose.ui:ui-tooling-preview:$composeUiLibsVersion")
Expand Down

0 comments on commit a126abf

Please sign in to comment.