bump version

This commit is contained in:
luvletter2333 2022-07-27 17:22:01 +08:00
parent 8f18d21c78
commit e879e46f09
No known key found for this signature in database
GPG Key ID: A26A8880836E1978
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@ import cn.hutool.core.util.RuntimeUtil
apply plugin: "com.android.application"
apply plugin: "kotlin-android"
def verName = "8.8.5-rc01"
def verCode = 662
def verName = "8.8.5-rc02"
def verCode = 663
if (System.getenv("DEBUG_BUILD") == "true") {
verName += "-" + RuntimeUtil.execForStr("git log --pretty=format:'%h' -n 1").trim()

View File

@ -782,7 +782,7 @@ public class FileLoader extends BaseController {
}
} else if (!TextUtils.isEmpty(getDocumentFileName(document)) && canSaveAsFile(parentObject)) {
storeFileName = getDocumentFileName(document);
File newDir = getDirectory(MEDIA_DIR_FILES);
File newDir = getDirectory(MEDIA_DIR_DOCUMENT);
if (newDir != null) {
storeDir = newDir;
saveCustomPath = true;