diff --git a/app/build.gradle b/app/build.gradle index 64bcea87..d6d3167d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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"