From dbab23c80e06845e2f41f38f099263eee5adddf4 Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 14:49:29 +0000 Subject: [PATCH] fix(deps): update dependency com.descope:descope-kotlin to v0.19.0 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 3b893fa0..f4bfdc8e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -51,7 +51,7 @@ android { implementation "androidx.browser:browser:1.8.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" + implementation "com.descope:descope-kotlin:0.19.0" } testOptions {