From 3a588f30050b945de282af6e92c86419c8de934f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 05:50:39 +0000 Subject: [PATCH] Build(deps): Bump androidx.browser:browser from 1.7.0 to 1.8.0 Bumps androidx.browser:browser from 1.7.0 to 1.8.0. --- updated-dependencies: - dependency-name: androidx.browser:browser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- News-Android-App/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle index 1f6c468e7..b4e78600a 100644 --- a/News-Android-App/build.gradle +++ b/News-Android-App/build.gradle @@ -143,7 +143,7 @@ dependencies { implementation "com.google.android.material:material:1.11.0" implementation "androidx.palette:palette:1.0.0" implementation "androidx.recyclerview:recyclerview:1.3.2" - implementation "androidx.browser:browser:1.7.0" + implementation "androidx.browser:browser:1.8.0" implementation "androidx.cardview:cardview:1.0.0" implementation 'com.google.code.gson:gson:2.10.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4'