Skip to content

Commit

Permalink
switch to static implementation of shell.builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Tokito-Kun authored and Tokito-Kun committed Jun 29, 2023
1 parent ef82168 commit dcb003d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/mattecarra/accapp/MainApplication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class MainApplication: MultiDexApplication()

init
{
val customBuilder = Shell.Builder.createDefault()
val customBuilder = Shell.Builder.create()
.setFlags(Shell.FLAG_REDIRECT_STDERR)
.verbose(BuildConfig.DEBUG)
.setTimeout(10)
Expand Down

0 comments on commit dcb003d

Please sign in to comment.