From b73bf01b1ede3a6658bab7e19a7a90025c633207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 12:55:27 +0000 Subject: [PATCH] chore(deps): bump android from 2.6.0 to 3.0.0 Bumps android from 2.6.0 to 3.0.0. --- updated-dependencies: - dependency-name: com.github.kenglxn.QRGen:android dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- plugins/main/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/main/build.gradle b/plugins/main/build.gradle index 95d272969e..11b357617c 100644 --- a/plugins/main/build.gradle +++ b/plugins/main/build.gradle @@ -36,7 +36,7 @@ dependencies { //SmsCommunicator api 'com.eatthepath:java-otp:0.4.0' - api 'com.github.kenglxn.QRGen:android:2.6.0' + api 'com.github.kenglxn.QRGen:android:3.0.0' // Overview api 'com.google.android.flexbox:flexbox:3.0.0'