Update dependencies
This commit is contained in:
parent
6d49f05356
commit
2a9ff9c5ef
@ -77,11 +77,11 @@ dependencies {
|
|||||||
fullImplementation "androidx.recyclerview:recyclerview:${rootProject.ext.androidXVersion}"
|
fullImplementation "androidx.recyclerview:recyclerview:${rootProject.ext.androidXVersion}"
|
||||||
fullImplementation "androidx.cardview:cardview:${rootProject.ext.androidXVersion}"
|
fullImplementation "androidx.cardview:cardview:${rootProject.ext.androidXVersion}"
|
||||||
fullImplementation "com.google.android.material:material:${rootProject.ext.androidXVersion}"
|
fullImplementation "com.google.android.material:material:${rootProject.ext.androidXVersion}"
|
||||||
fullImplementation 'com.github.topjohnwu:libsu:2.0.3'
|
fullImplementation 'com.github.topjohnwu:libsu:2.1.2'
|
||||||
fullImplementation 'com.atlassian.commonmark:commonmark:0.11.0'
|
fullImplementation 'com.atlassian.commonmark:commonmark:0.11.0'
|
||||||
fullImplementation 'org.kamranzafar:jtar:2.3'
|
fullImplementation 'org.kamranzafar:jtar:2.3'
|
||||||
|
|
||||||
def butterKnifeVersion = '9.0.0-rc1'
|
def butterKnifeVersion = '9.0.0-rc2'
|
||||||
if (properties.containsKey('android.injected.invoked.from.ide')) {
|
if (properties.containsKey('android.injected.invoked.from.ide')) {
|
||||||
fullImplementation "com.jakewharton:butterknife-reflect:${butterKnifeVersion}"
|
fullImplementation "com.jakewharton:butterknife-reflect:${butterKnifeVersion}"
|
||||||
} else {
|
} else {
|
||||||
|
@ -34,6 +34,7 @@ public class MagiskManager extends ContainerApp {
|
|||||||
Shell.Config.setFlags(Shell.FLAG_MOUNT_MASTER);
|
Shell.Config.setFlags(Shell.FLAG_MOUNT_MASTER);
|
||||||
Shell.Config.verboseLogging(BuildConfig.DEBUG);
|
Shell.Config.verboseLogging(BuildConfig.DEBUG);
|
||||||
Shell.Config.setInitializer(RootUtils.class);
|
Shell.Config.setInitializer(RootUtils.class);
|
||||||
|
Shell.Config.setTimeout(2);
|
||||||
|
|
||||||
prefs = PreferenceManager.getDefaultSharedPreferences(this);
|
prefs = PreferenceManager.getDefaultSharedPreferences(this);
|
||||||
mDB = MagiskDB.getInstance();
|
mDB = MagiskDB.getInstance();
|
||||||
|
Loading…
Reference in New Issue
Block a user