From 30ea97131f6e8fd7f7766593ff930290bffa21c2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 08:37:19 +0100 Subject: [PATCH] Bump libsuperuser from 1.1.0.201903290044 to 1.1.0.201907261845 (#1367) Bumps [libsuperuser](https://github.com/Chainfire/libsuperuser) from 1.1.0.201903290044 to 1.1.0.201907261845. - [Release notes](https://github.com/Chainfire/libsuperuser/releases) - [Commits](https://github.com/Chainfire/libsuperuser/commits/1.1.0.201907261845) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1e001587..aec8de4c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'com.github.ben-manes.versions' apply plugin: 'com.github.triplet.play' dependencies { - implementation 'eu.chainfire:libsuperuser:1.1.0.201903290044' + implementation 'eu.chainfire:libsuperuser:1.1.0.201907261845' implementation 'com.android.support:design:28.0.0' implementation 'com.google.zxing:android-integration:3.3.0' implementation 'com.google.code.gson:gson:2.8.5'