Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
luvletter2333 committed Jul 27, 2022
1 parent 8f18d21 commit e879e46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions TMessagesProj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ private FileLoadOperation loadFileInternal(final TLRPC.Document document, final
}
} 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;
Expand Down

0 comments on commit e879e46

Please sign in to comment.