mirror of
https://github.com/NekoX-Dev/NekoX.git
synced 2024-11-11 03:09:34 +01:00
bump version
This commit is contained in:
parent
8f18d21c78
commit
e879e46f09
@ -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()
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user