(fix) small fixes again

Signed-off-by: androidacy-user <opensource@androidacy.com>
master
androidacy-user 1 year ago
parent 128b8c51c7
commit bfe3c698c0

@ -53,7 +53,7 @@ jobs:
# run: ./gradlew test
- name: Build apk debug
run: ./gradlew app:assembleDefaultDebug
run: ./gradlew app:assembleDefaultDebug --console=verbose
# will not upload, just build to check if it builds
- name: Build apk fdroid-debug

@ -106,7 +106,7 @@ public class MainApplication extends FoxApplication implements androidx.work.Con
public static String updateCheckBg;
static {
Shell.setDefaultBuilder(shellBuilder = Shell.Builder.create().setFlags(Shell.FLAG_REDIRECT_STDERR).setTimeout(10).setContext(MainApplication.getINSTANCE().getApplicationContext()).setInitializers(InstallerInitializer.class));
Shell.setDefaultBuilder(shellBuilder = Shell.Builder.create().setFlags(Shell.FLAG_REDIRECT_STDERR).setTimeout(10).setContext(this).setInitializers(InstallerInitializer.class));
Random random = new Random();
do {
secret = random.nextLong();

Loading…
Cancel
Save