We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e350bec commit 674f766Copy full SHA for 674f766
mode/src/processing/mode/android/AndroidSDK.java
@@ -298,7 +298,7 @@ public File getZipAlignTool() {
298
// 10 just in case, having more does not cause any trouble.
299
private static final String response = "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\n";
300
301
- public void acceptLicenses() {
+ private void acceptLicenses() {
302
final String[] cmd = new String[] {
303
sdkManager.getAbsolutePath(),
304
"--licenses"
0 commit comments