From 0fe67ff489f5fe628b303758fe9e0ae12924171e Mon Sep 17 00:00:00 2001 From: Xcreen Date: Wed, 13 Nov 2024 19:18:53 +0100 Subject: [PATCH] Update androidx.browser 1.5.0 > 1.8.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 106945e..d9aca8c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.11.0' implementation 'com.googlecode.libphonenumber:libphonenumber:8.13.49' implementation 'org.slf4j:slf4j-simple:1.7.36' - implementation 'androidx.browser:browser:1.5.0' + implementation 'androidx.browser:browser:1.8.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'com.google.android.material:material:1.9.0'