We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2167e5 commit 9dfb35bCopy full SHA for 9dfb35b
3 files changed
app/build.gradle
@@ -35,8 +35,8 @@ android {
35
// Not supporting notification runtime permission yet.
36
//noinspection OldTargetApi
37
targetSdk 34
38
- versionCode 35
39
- versionName '1.7.0'
+ versionCode 36
+ versionName '1.7.1'
40
resValue 'string', 'app_version', versionName + ' (' + versionCode + ')'
41
buildConfigField 'String', 'FILE_PROVIDIER_AUTHORITY', 'APPLICATION_ID + ".file_provider"'
42
resValue 'string', 'app_provider_authority', applicationId + '.app_provider'
fastlane/metadata/android/en-US/changelogs/36.txt
@@ -0,0 +1,2 @@
1
+- Fixed crash upon reading SFTP and SMB files.
2
+- Fixed black and custom color themes.
fastlane/metadata/android/zh-CN/changelogs/36.txt
+- 修复了读取 SFTP 和 SMB 文件时的崩溃。
+- 修复了黑色和自定义颜色主题。
0 commit comments