Skip to content

Commit c4a220f

Browse files
committed
修复版本更新报错
1 parent 7a0a7e0 commit c4a220f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

app/src/main/res/xml/file_paths.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,8 @@
55
-->
66
<resource>
77
<paths>
8-
<!--对应context.getExternalFilesDir("apk_download")-->
98
<external-files-path
109
name="external-files-path"
11-
path="apk_download/"/>
12-
13-
<external-files-path
14-
name="external-files-path"
15-
path="img_download/"/>
10+
path="."/>
1611
</paths>
1712
</resource>

0 commit comments

Comments
 (0)