Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
henrichg committed Aug 10, 2024
1 parent 84f1c1b commit 4fa9ac5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ else if (worker.exit == -42) {
}


/** @noinspection RedundantThrows*/
public Command add(Command command) throws IOException {
if (this.close) {
throw new IllegalStateException(
Expand Down Expand Up @@ -317,6 +318,7 @@ private void closeQuietly(final Writer output) {
}
}

/** @noinspection RedundantThrows*/
public void close() throws IOException {
RootShell.log("Request to close shell!");

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
// }
}
dependencies {
classpath 'com.android.tools.build:gradle:8.5.1'
classpath 'com.android.tools.build:gradle:8.5.2'
//classpath 'com.google.gms:google-services:4.3.4' // google-services plugin
//classpath 'com.google.firebase:firebase-crashlytics-gradle:2.3.0'
}
Expand Down

0 comments on commit 4fa9ac5

Please sign in to comment.