From a301a9cdb08489c5e6d92bb807c222805d16db5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 05:01:37 +0000 Subject: [PATCH] Bump androidx.browser:browser from 1.4.0 to 1.5.0 Bumps androidx.browser:browser from 1.4.0 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.browser:browser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- main/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/build.gradle b/main/build.gradle index 142d1cc453e..00ec1afdf9b 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -466,7 +466,7 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0' // needed for chrome custom tabs - implementation 'androidx.browser:browser:1.4.0' + implementation 'androidx.browser:browser:1.5.0' // Zxing barcode reader integration implementation 'com.google.zxing:android-integration:3.3.0'