diff --git a/settings.gradle b/settings.gradle index 3a772f7d..11ccc755 100644 --- a/settings.gradle +++ b/settings.gradle @@ -43,7 +43,7 @@ dependencyResolutionManagement { library("compose-foundationLayout", "androidx.compose.foundation:foundation-layout:1.2.0") library("compose-ui", "androidx.compose.ui:ui:1.2.0") library("compose-uiTooling", "androidx.compose.ui:ui-tooling:1.2.0") - library("compose-runtime", "androidx.compose.runtime:runtime:1.2.0") + library("compose-runtime", "androidx.compose.runtime:runtime:1.3.3") library("compose-livedata", "androidx.compose.runtime:runtime-livedata:1.2.0") library("compose-material", "androidx.compose.material:material:1.2.0")