We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fab539 commit 228884aCopy full SHA for 228884a
library/src/main/java/com/qiniu/android/collect/Config.java
@@ -78,7 +78,7 @@ public final class Config {
78
/**
79
* dns缓存信息目录
80
*/
81
- public static String dnscacheDir = ContextGetter.applicationContext().getCacheDir().getAbsolutePath() + "/qiniu/dnsCache/";
+ public static String dnscacheDir = ContextGetter.applicationContext().getCacheDir().getAbsolutePath() + "/dnsCache/";
82
83
84
* preQuery host
0 commit comments