Commit a9850a1a a9850a1a85232fda7ff44ae4e4074fb65482ca50 by 胡波

适配高版本http请求

1 parent 8c5d4168
......@@ -16,6 +16,7 @@
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:usesCleartextTraffic="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.IPTVLauncherTest"
......
......@@ -6,8 +6,9 @@ public class TestConfig {
//烽火盒子
public static final int FiberHome = 1;
//测试目标盒子
public static int testDist = FiberHome;
//启动页地址
public static final String homeUrl = "http://192.168.12.98:8080/JsAppLaunch/JsAppStartUp.html";
public static final String homeUrl = "http://139.196.145.150:8060/JsAppLaunch/JsAppStartUp.html";
}
......