From e23b986f40ba8f3ae05985f0b0b39113cb914033 Mon Sep 17 00:00:00 2001 From: Guillaume Husta Date: Mon, 14 Aug 2023 22:13:10 +0200 Subject: [PATCH] Update AndroidX Browser to 1.6.0 Closes: #356 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a86c453..d9dc494 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -75,7 +75,7 @@ if (keystorePropertiesFile.exists()) { dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'androidx.browser:browser:1.5.0' + implementation 'androidx.browser:browser:1.6.0' implementation 'androidx.recyclerview:recyclerview:1.3.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'com.google.android.material:material:1.9.0'