Move StreamGobbler to shell package

This commit is contained in:
agnostic-apollo
2021-04-05 23:18:43 +05:00
parent d4653d0590
commit cdbd38faaa
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package com.termux.app.terminal;
package com.termux.app.shell;
import java.io.BufferedReader;
import java.io.IOException;

View File

@@ -5,6 +5,7 @@ import androidx.annotation.NonNull;
import com.termux.R;
import com.termux.app.TermuxConstants;
import com.termux.app.TermuxService;
import com.termux.app.shell.StreamGobbler;
import com.termux.app.utils.Logger;
import com.termux.app.utils.PluginUtils;
import com.termux.app.utils.ShellUtils;