From a3bd3896e1baea929d7c6dee239bc0ea698eb930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 05:32:43 +0000 Subject: [PATCH] Build(deps): Bump androidx.browser:browser from 1.6.0 to 1.7.0 Bumps androidx.browser:browser from 1.6.0 to 1.7.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 6babd65c5..3c0b9bbd3 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.10.0" implementation "androidx.palette:palette:1.0.0" implementation "androidx.recyclerview:recyclerview:1.3.2" - implementation "androidx.browser:browser:1.6.0" + implementation "androidx.browser:browser:1.7.0" implementation "androidx.cardview:cardview:1.0.0" implementation 'com.google.code.gson:gson:2.10.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4'