Skip to content

Commit 674f766

Browse files
committed
made accet licenses method private again
1 parent e350bec commit 674f766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mode/src/processing/mode/android/AndroidSDK.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ public File getZipAlignTool() {
298298
// 10 just in case, having more does not cause any trouble.
299299
private static final String response = "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\n";
300300

301-
public void acceptLicenses() {
301+
private void acceptLicenses() {
302302
final String[] cmd = new String[] {
303303
sdkManager.getAbsolutePath(),
304304
"--licenses"

0 commit comments

Comments
 (0)