From c611d77e13faf172a08263592210f4cd0e32fb95 Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 14:49:13 +0000 Subject: [PATCH] fix(deps): update dependency androidx.browser:browser to v1.10.0 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 3b893fa0..486b01f4 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -48,7 +48,7 @@ android { } dependencies { - implementation "androidx.browser:browser:1.8.0" + implementation "androidx.browser:browser:1.10.0" implementation "androidx.security:security-crypto:1.1.0" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2" implementation "com.descope:descope-kotlin:0.18.0"