From 54f235fdf9ac6dbaf5b31827fd1659cbdb71e1e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 17:41:54 +0000 Subject: [PATCH] fix(deps): update dependency androidx.core:core-splashscreen to v1.0.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index dc8451a5..b540fb9c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -32,7 +32,7 @@ androidx-compose-runtime = "androidx.compose.runtime:runtime:1.3.0-alpha03" androidx-compose-ui-ui = "androidx.compose.ui:ui:1.3.0-alpha03" androidx-compose-ui-ui-text = "androidx.compose.ui:ui-text:1.3.0-alpha03" androidx-compose-ui-ui-tooling-preview = "androidx.compose.ui:ui-tooling-preview:1.3.0-alpha02" -androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.0-rc01" +androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.0" androidx-hilt-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hilt" } androidx-hilt-work = { module = "androidx.hilt:hilt-work", version.ref = "hilt" } androidx-lifecycle-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.6.0-alpha01"