Skip to content

Commit 282794c

Browse files
committed
adding latest repository files
1 parent 9f5b33c commit 282794c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mode/src/processing/mode/android/SDKDownloader.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ public class SDKDownloader extends JDialog implements PropertyChangeListener {
6363

6464
private static final String REPOSITORY_URL = "https://dl.google.com/android/repository/";
6565
private static final String HAXM_URL = "https://dl.google.com/android/repository/extras/intel/";
66-
private static final String REPOSITORY_LIST = "repository2-1.xml";
67-
private static final String ADDON_LIST = "addon2-1.xml";
66+
private static final String REPOSITORY_LIST = "repository2-3.xml";
67+
private static final String ADDON_LIST = "addon2-3.xml";
6868

6969
public static final boolean DOWNLOAD_EMU_WITH_SDK = false;
7070

mode/src/processing/mode/android/SysImageDownloader.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ public class SysImageDownloader extends JDialog implements PropertyChangeListene
6161
private static final String SYS_IMAGES_ARM_URL = "https://dl.google.com/android/repository/sys-img/android/";
6262

6363
private static final String SYS_IMAGES_PHONE_URL = "https://dl.google.com/android/repository/sys-img/google_apis/";
64-
private static final String SYS_IMAGES_PHONE_LIST = "sys-img2-1.xml";
64+
private static final String SYS_IMAGES_PHONE_LIST = "sys-img2-3.xml";
6565

6666
private static final String SYS_IMAGES_WEAR_URL = "https://dl.google.com/android/repository/sys-img/android-wear/";
67-
private static final String SYS_IMAGES_WEAR_LIST = "sys-img2-1.xml";
67+
private static final String SYS_IMAGES_WEAR_LIST = "sys-img2-3.xml";
6868

6969
private static final String EMULATOR_GUIDE_URL =
7070
"https://developer.android.com/studio/run/emulator-acceleration.html";

0 commit comments

Comments
 (0)