File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
fastlane/metadata/android Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ android {
35
35
// Not supporting notification runtime permission yet.
36
36
// noinspection OldTargetApi
37
37
targetSdk 34
38
- versionCode 38
39
- versionName ' 1.7.3 '
38
+ versionCode 39
39
+ versionName ' 1.7.4 '
40
40
resValue ' string' , ' app_version' , versionName + ' (' + versionCode + ' )'
41
41
buildConfigField ' String' , ' FILE_PROVIDIER_AUTHORITY' , ' APPLICATION_ID + ".file_provider"'
42
42
resValue ' string' , ' app_provider_authority' , applicationId + ' .app_provider'
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change
1
+ - 修复了直接打开归档文件时的崩溃。
2
+ - 修复了 Android 14 上 FTP 服务器快捷设置磁贴的崩溃。
3
+ - Material Design 2 主题可能在未来的 1.8.0 版本中被移除。
4
+ - 其他错误修复和改进。
You can’t perform that action at this time.
0 commit comments