Skip to content

Commit

Permalink
Merge pull request #1271 from lingochamp/fix/demo
Browse files Browse the repository at this point in the history
demo: correct single task sample url
  • Loading branch information
Jacksgong committed Sep 1, 2019
2 parents cc58548 + d216598 commit 5d40c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -157,8 +157,7 @@ private BaseDownloadTask createDownloadTask(final int position) {

switch (position) {
case 1:
// url = Constant.LIULISHUO_APK_URL;
url = "http://static.open.baidu.com/media/ch1000/png/chenweiting.png";
url = Constant.LIULISHUO_APK_URL;
tag = new ViewHolder(new WeakReference<>(this), progressBar1, null, speedTv1, 1);
path = llsApkFilePath;
tag.setFilenameTv(filenameTv1);
Expand Down
1 change: 1 addition & 0 deletions demo/src/main/res/xml/network_security_config.xml
Expand Up @@ -2,6 +2,7 @@
<network-security-config>
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">cdn.llsapp.com</domain>
<domain includeSubdomains="true">117.143.109.173</domain>
<domain includeSubdomains="true">httpwatch.com</domain>
<domain includeSubdomains="true">mirror.internode.on.net</domain>
<domain includeSubdomains="true">download.chinaunix.net</domain>
Expand Down

0 comments on commit 5d40c26

Please sign in to comment.