Skip to content

Commit

Permalink
chore: bump androidx.compose.runtime:runtime-livedata
Browse files Browse the repository at this point in the history
Bumps androidx.compose.runtime:runtime-livedata from 1.6.1 to 1.6.2.

---
updated-dependencies:
- dependency-name: androidx.compose.runtime:runtime-livedata
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 22, 2024
1 parent d55b3c7 commit cf687ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DisneyScenicRides/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.compose.runtime:runtime:1.6.1")
implementation("androidx.compose.runtime:runtime-livedata:1.6.1")
implementation("androidx.compose.runtime:runtime-livedata:1.6.2")
implementation("androidx.compose.material3:material3:1.2.0")
implementation("androidx.compose.ui:ui:1.6.2")
implementation("androidx.compose.ui:ui-tooling:1.6.2")
Expand Down

0 comments on commit cf687ca

Please sign in to comment.