From 0165a074a2e8aa4777fad2e557d19766f1c1404f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Sun, 9 Jun 2019 23:13:41 +0100 Subject: [PATCH] Bump libsuperuser from 1.0.0.201704021214 to 1.1.0.201903290044 (#1323) Bumps [libsuperuser](https://github.com/Chainfire/libsuperuser) from 1.0.0.201704021214 to 1.1.0.201903290044. - [Release notes](https://github.com/Chainfire/libsuperuser/releases) - [Commits](https://github.com/Chainfire/libsuperuser/commits) Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 50d4950f..297fbcdb 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.0.0.201704021214' + implementation 'eu.chainfire:libsuperuser:1.1.0.201903290044' implementation 'com.android.support:design:27.0.2' implementation 'com.google.zxing:android-integration:3.3.0' implementation 'com.google.code.gson:gson:2.8.5'