Skip to content

Commit 0d60d22

Browse files
author
YangSen-qn
committed
change readme
1 parent 11dabf5 commit 0d60d22

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ https://github.com/qiniudemo/qiniu-lab-android
1515

1616
| Qiniu SDK 版本 | 最低 Android版本 | 依赖库版本 |
1717
|------------ |-----------------|------------------------|
18-
| 8.3.0 | Android 4.0+ | okhttp 4+ |
18+
| 8.3.1+ | Android 4.0+ | okhttp 4+ |
1919
| 8.3.0 | Android 5.0+ | okhttp 4+ |
2020
| 8.2.x | Android 5.0+ | okhttp 4+ |
2121
| 8.1.x | Android 5.0+ | okhttp 4+ |

library/src/main/java/com/qiniu/android/http/dns/DnsPrefetcher.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,6 @@ private void clearPreHosts(){
287287
private String[] getLocalPreHost(){
288288
ArrayList<String> localHosts = new ArrayList<>();
289289

290-
// String[] fixedHosts = getFixedZoneHosts();
291-
// localHosts.addAll(Arrays.asList(fixedHosts));
292-
293290
localHosts.add(Config.preQueryHost00);
294291
localHosts.add(Config.preQueryHost01);
295292

0 commit comments

Comments
 (0)