From 89758a4d05ed6f041192de8512cf19642c01819e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 10:49:57 +0000 Subject: [PATCH] build(deps): bump androidx.browser:browser from 1.5.0 to 1.7.0 Bumps androidx.browser:browser from 1.5.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] --- AnkiDroid/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AnkiDroid/build.gradle b/AnkiDroid/build.gradle index 9e549518dfc0..512b63850aa8 100644 --- a/AnkiDroid/build.gradle +++ b/AnkiDroid/build.gradle @@ -290,7 +290,7 @@ dependencies { implementation 'androidx.activity:activity-ktx:1.7.2' implementation 'androidx.annotation:annotation:1.6.0' implementation 'androidx.appcompat:appcompat:1.7.0-alpha02' - implementation 'androidx.browser:browser:1.5.0' + implementation 'androidx.browser:browser:1.7.0' implementation "androidx.core:core-ktx:1.10.1" implementation 'androidx.exifinterface:exifinterface:1.3.6' implementation "androidx.fragment:fragment-ktx:$fragments_version"