Skip to content

Commit

Permalink
Bump androidx.compose.runtime:runtime-livedata from 1.6.3 to 1.6.5
Browse files Browse the repository at this point in the history
Bumps androidx.compose.runtime:runtime-livedata from 1.6.3 to 1.6.5.

---
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] committed Apr 4, 2024
1 parent c1bf967 commit 830aa0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
implementation("androidx.compose.material3:material3")

// Live Data.
implementation("androidx.compose.runtime:runtime-livedata:1.6.3")
implementation("androidx.compose.runtime:runtime-livedata:1.6.5")
// Navegación
implementation("androidx.navigation:navigation-common:2.7.7")
implementation("androidx.navigation:navigation-compose:2.7.7")
Expand Down

0 comments on commit 830aa0a

Please sign in to comment.