Skip to content

Commit

Permalink
Bump androidx.compose.ui:ui from 1.4.3 to 1.6.8
Browse files Browse the repository at this point in the history
Bumps androidx.compose.ui:ui from 1.4.3 to 1.6.8.

---
updated-dependencies:
- dependency-name: androidx.compose.ui:ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 13, 2024
1 parent 013310a commit fb5888b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies {

implementation("androidx.core:core-ktx:1.10.1")
implementation("com.google.android.gms:play-services-ads-lite:23.1.0")
val composeVersion = captureVersion(implementation("androidx.compose.ui:ui:1.4.3")!!)
val composeVersion = captureVersion(implementation("androidx.compose.ui:ui:1.6.8")!!)
implementation("androidx.compose.material:material:$composeVersion")
implementation("androidx.compose.ui:ui-tooling-preview:$composeVersion")
implementation("androidx.compose.ui:ui-viewbinding:$composeVersion")
Expand Down

0 comments on commit fb5888b

Please sign in to comment.