Skip to content

Commit

Permalink
Upgraded Compose LiveData to 1.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Mora <[email protected]>
  • Loading branch information
ArnyminerZ committed Aug 23, 2023
1 parent df4bba1 commit 782b366
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 @@ -123,7 +123,7 @@ dependencies {
implementation 'androidx.compose.material:material'
debugImplementation "androidx.compose.ui:ui-tooling"
implementation "androidx.compose.ui:ui-tooling-preview"
implementation "androidx.compose.runtime:runtime-livedata:1.4.3"
implementation "androidx.compose.runtime:runtime-livedata:1.5.0"
implementation 'com.google.accompanist:accompanist-themeadapter-material:0.30.1'
implementation 'io.github.vanpra.compose-material-dialogs:color:0.9.0'

Expand Down

0 comments on commit 782b366

Please sign in to comment.