fix(deps): update dependency androidx.compose.runtime:runtime-livedata to v1.4.0 (#410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-03-25 19:12:24 +05:30
committed by GitHub
parent 9f843904be
commit 91eda72eb1

View File

@@ -107,7 +107,7 @@ dependencies {
implementation "androidx.compose.material:material-icons-extended:1.4.0"
androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.3.3"
debugImplementation "androidx.compose.ui:ui-tooling:1.4.0"
implementation("androidx.compose.runtime:runtime-livedata:1.3.3")
implementation("androidx.compose.runtime:runtime-livedata:1.4.0")
implementation 'androidx.compose.material3:material3:1.1.0-beta01'
implementation "com.google.accompanist:accompanist-themeadapter-material3:0.28.0"