From 847854d088c6721e9e979d1add1b25f2963fe95c Mon Sep 17 00:00:00 2001 From: YuutaW <17158086+Trumeet@users.noreply.github.com> Date: Mon, 25 Feb 2019 20:52:02 -0800 Subject: chore(app): specify the version of libsuperuser Signed-off-by: YuutaW <17158086+Trumeet@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f1fbffe..29ce216 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -84,7 +84,7 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' implementation 'eu.chainfire:librootjava:1.2.0' implementation 'com.elvishew:xlog:1.6.1' - implementation 'eu.chainfire:libsuperuser:1.0.0.+' + implementation 'eu.chainfire:libsuperuser:1.0.0.201811281328' implementation 'com.google.android.material:material:1.1.0-alpha03' implementation 'androidx.recyclerview:recyclerview:1.0.0' implementation 'com.google.android.gms:play-services-oss-licenses:16.0.2' -- cgit v1.2.3