Skip to content

Commit

Permalink
Update composeUiLibsVersion to v1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 3, 2024
1 parent 7e6e749 commit 3030fd1
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 @@ -101,7 +101,7 @@ dependencies {
//compose
val material3Version = "1.2.1"
val composeLibsVersion = "1.6.4"
val composeUiLibsVersion = "1.6.4"
val composeUiLibsVersion = "1.6.5"
implementation("androidx.compose.ui:ui:$composeUiLibsVersion")
implementation("androidx.compose.material:material:$composeLibsVersion")
implementation("androidx.compose.ui:ui-tooling-preview:$composeUiLibsVersion")
Expand Down

0 comments on commit 3030fd1

Please sign in to comment.