Skip to content

Commit 61a3cff

Browse files
committed
Feat: Bump version to 1.7.4 and copy changelog
1 parent 6761b4d commit 61a3cff

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

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 38
39-
versionName '1.7.3'
38+
versionCode 39
39+
versionName '1.7.4'
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Fixed crash when opening archive files directly.
2+
- Fixed FTP server Quick Settings tile crash on Android 14.
3+
- Material Design 2 theme may be removed in the upcoming version 1.8.0.
4+
- Other bug fixes and improvements.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- 修复了直接打开归档文件时的崩溃。
2+
- 修复了 Android 14 上 FTP 服务器快捷设置磁贴的崩溃。
3+
- Material Design 2 主题可能在未来的 1.8.0 版本中被移除。
4+
- 其他错误修复和改进。

0 commit comments

Comments
 (0)