File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
library/src/main/java/com/qiniu/android/http/dns Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff 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+ |
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments