aboutsummaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-08-25 04:45:56 +0000
committerGitHub <noreply@github.com>2022-08-25 04:45:56 +0000
commit62cbf6b9b32f43089c83856560439e5e955e1250 (patch)
tree3ae2be208e9bfdbd86bd4881f7257fdc31c79ede /gradle
parent9cbc48691a9cdded88f517744ad0781d4c0d92a4 (diff)
fix(deps): update dependency androidx.compose.runtime:runtime to v1.3.0-beta01 (#2086)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle')
-rw-r--r--gradle/libs.versions.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 48c1c9fb..365617e6 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -56,7 +56,7 @@ compose-foundation-layout = { module = "androidx.compose.foundation:foundation-l
compose-hilt = "androidx.hilt:hilt-navigation-compose:1.0.0"
compose-material = "androidx.compose.material:material:1.2.1"
compose-material3 = "androidx.compose.material3:material3:1.0.0-beta01"
-compose-runtime = "androidx.compose.runtime:runtime:1.3.0-alpha03"
+compose-runtime = "androidx.compose.runtime:runtime:1.3.0-beta01"
compose-ui-core = { module = "androidx.compose.ui:ui", version.ref = "composeUi" }
compose-ui-test = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "composeUi" }
compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "composeUi" }