Skip to content

Commit 9dfb35b

Browse files
committed
Feat: Bump version to 1.7.1 and add changelogs
1 parent e2167e5 commit 9dfb35b

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ android {
3535
// Not supporting notification runtime permission yet.
3636
//noinspection OldTargetApi
3737
targetSdk 34
38-
versionCode 35
39-
versionName '1.7.0'
38+
versionCode 36
39+
versionName '1.7.1'
4040
resValue 'string', 'app_version', versionName + ' (' + versionCode + ')'
4141
buildConfigField 'String', 'FILE_PROVIDIER_AUTHORITY', 'APPLICATION_ID + ".file_provider"'
4242
resValue 'string', 'app_provider_authority', applicationId + '.app_provider'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Fixed crash upon reading SFTP and SMB files.
2+
- Fixed black and custom color themes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- 修复了读取 SFTP 和 SMB 文件时的崩溃。
2+
- 修复了黑色和自定义颜色主题。

0 commit comments

Comments
 (0)