diff --git a/app/build.gradle b/app/build.gradle index cce47cdba..4c02e423e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,8 +35,8 @@ android { // Not supporting notification runtime permission yet. //noinspection OldTargetApi targetSdk 34 - versionCode 35 - versionName '1.7.0' + versionCode 36 + versionName '1.7.1' resValue 'string', 'app_version', versionName + ' (' + versionCode + ')' buildConfigField 'String', 'FILE_PROVIDIER_AUTHORITY', 'APPLICATION_ID + ".file_provider"' resValue 'string', 'app_provider_authority', applicationId + '.app_provider' diff --git a/fastlane/metadata/android/en-US/changelogs/36.txt b/fastlane/metadata/android/en-US/changelogs/36.txt new file mode 100644 index 000000000..04d2736f2 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/36.txt @@ -0,0 +1,2 @@ +- Fixed crash upon reading SFTP and SMB files. +- Fixed black and custom color themes. diff --git a/fastlane/metadata/android/zh-CN/changelogs/36.txt b/fastlane/metadata/android/zh-CN/changelogs/36.txt new file mode 100644 index 000000000..a6ae53981 --- /dev/null +++ b/fastlane/metadata/android/zh-CN/changelogs/36.txt @@ -0,0 +1,2 @@ +- 修复了读取 SFTP 和 SMB 文件时的崩溃。 +- 修复了黑色和自定义颜色主题。