From 5a8a56184d5e504cfae9af62c18266dd33a25e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 08:08:17 +0000 Subject: [PATCH] chore(deps): bump android from 2.7.0 to 3.0.1 Bumps [android](https://github.com/kenglxn/QRGen) from 2.7.0 to 3.0.1. - [Release notes](https://github.com/kenglxn/QRGen/releases) - [Commits](https://github.com/kenglxn/QRGen/compare/2.7.0...3.0.1) --- 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 eb95278e82..165cfe7dc1 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.7.0' + api 'com.github.kenglxn.QRGen:android:3.0.1' // Overview api 'com.google.android.flexbox:flexbox:3.0.0'