From 52efcc7ddd05fc2e0fc1c42f2c7aefdb0959fa88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 19:03:23 +0000 Subject: [PATCH] fix(deps): update androidx.browser:browser to v1.9.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 09e95be..afc44c3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ accompanist-drawablepainter = { module = "com.google.accompanist:accompanist-dra adjust = { module = "com.adjust.sdk:adjust-android", version = "4.38.5" } androidx-activity = { module = "androidx.activity:activity-ktx", version.ref = "androidx-activity" } androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" } -androidx-browser = { module = "androidx.browser:browser", version = "1.8.0" } +androidx-browser = { module = "androidx.browser:browser", version = "1.9.0" } androidx-compose-bom = { module = "androidx.compose:compose-bom", version = "2025.08.01" } androidx-compose-material3 = { module = "androidx.compose.material3:material3" } androidx-compose-material3-adaptive = { module = "androidx.compose.material3.adaptive:adaptive" }