From 2ce4d1de2ec25cc7ebf8b5e0f04df7c381b35121 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 18:50:29 +0000 Subject: [PATCH] fix(deps): update dependency androidx.browser:browser to v1.5.0-rc01 (cherry picked from commit ea010bf8e1c5dfb1497c2a2478054cf0927dc3db) --- 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 6d818302..f0c3c03d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,7 +24,7 @@ accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayo accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" } androidx-activity-compose = "androidx.activity:activity-compose:1.7.0-alpha04" androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha09" -androidx-browser = "androidx.browser:browser:1.5.0-beta01" +androidx-browser = "androidx.browser:browser:1.5.0-rc01" androidx-compose-animation = { module = "androidx.compose.animation:animation" } androidx-compose-bom = "androidx.compose:compose-bom:2023.01.00" androidx-compose-foundation = { module = "androidx.compose.foundation:foundation" }