fix: 修改保存文件逻辑,删除无用依赖

This commit is contained in:
13574
2023-09-17 12:49:59 +08:00
parent 274ad4978a
commit f7ebc10617
3 changed files with 13 additions and 18 deletions

View File

@@ -88,5 +88,4 @@ dependencies {
implementation 'com.github.DylanCaiCoding:MMKV-KTX:1.2.16'
implementation 'androidx.documentfile:documentfile:1.0.1'
implementation "org.greenrobot:eventbus:3.3.1"
implementation "com.anggrayudi:storage:1.5.5"
}