Ali use cacheDir

This commit is contained in:
FongMi 2023-05-18 08:56:43 +08:00
parent 565964497d
commit 3b43449fa2
3 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ import java.io.InputStreamReader;
public class FileUtil {
public static File getCacheDir() {
return Init.context().getExternalCacheDir();
return Init.context().getCacheDir();
}
public static File getCacheFile(String fileName) {

Binary file not shown.

View File

@ -1 +1 @@
2e8d8350cbd61c554c03b378dacabe08
945ad30d5255359385ba59b8fb061bb7