Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Fabi019 committed Sep 21, 2023
1 parent fc4bde2 commit ffe69b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
implementation "androidx.compose.ui:ui:$compose_ui_version"
implementation "androidx.compose.material:material-icons-extended:$compose_mat_version"
implementation "androidx.compose.material:material:$compose_mat_version"
implementation 'androidx.compose.runtime:runtime-livedata:1.4.3'
implementation 'androidx.compose.runtime:runtime-livedata:1.5.1'
implementation 'androidx.compose.material3:material3:1.1.1'

implementation 'androidx.navigation:navigation-compose:2.7.1'
Expand Down

0 comments on commit ffe69b3

Please sign in to comment.