Update dependencies

This commit is contained in:
Alexander Bakker 2021-05-08 10:10:08 +02:00
parent 80bf5bc854
commit 813bf292fa
4 changed files with 10 additions and 9 deletions

View file

@ -49,7 +49,7 @@ public class AegisApplication extends Application {
static {
// to access other app's internal storage directory, run libsu commands inside the global mount namespace
Shell.Config.setFlags(Shell.FLAG_MOUNT_MASTER);
Shell.setDefaultBuilder(Shell.Builder.create().setFlags(Shell.FLAG_MOUNT_MASTER));
}
@Override