Skip to content

Commit 111cae0

Browse files
committed
Download API level 22 SDK by default
Signed-off-by: Umair Khan <[email protected]>
1 parent 7caa37f commit 111cae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processing/mode/android/SDKDownloader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class SDKDownloader extends JFrame implements PropertyChangeListener {
3636
private static final String URL_REPOSITORY_FOLDER = "http://dl-ssl.google.com/android/repository/";
3737
private static final String URL_USB_DRIVER = "https://dl-ssl.google.com//android/repository/latest_usb_driver_windows.zip";
3838

39-
private static final String PLATFORM_API_LEVEL = "10";
39+
private static final String PLATFORM_API_LEVEL = "22";
4040

4141
public static final String PROPERTY_CHANGE_EVENT_TOTAL = "total";
4242
private static final String PROPERTY_CHANGE_EVENT_DOWNLOADED = "downloaded";

0 commit comments

Comments
 (0)