Skip to content

Commit

Permalink
Feat: Bump version to 1.7.3 and add changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Jun 27, 2024
1 parent 3cb30fb commit 2b9a6c1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {
// Not supporting notification runtime permission yet.
//noinspection OldTargetApi
targetSdk 34
versionCode 37
versionName '1.7.2'
versionCode 38
versionName '1.7.3'
resValue 'string', 'app_version', versionName + ' (' + versionCode + ')'
buildConfigField 'String', 'FILE_PROVIDIER_AUTHORITY', 'APPLICATION_ID + ".file_provider"'
resValue 'string', 'app_provider_authority', applicationId + '.app_provider'
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/38.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Fixed crash when opening archive files directly.
- Fixed FTP server Quick Settings tile crash on Android 14.
- Material Design 2 theme may be removed in the upcoming version 1.8.0.
- Other bug fixes and improvements.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/38.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- 修复了直接打开归档文件时的崩溃。
- 修复了 Android 14 上 FTP 服务器快捷设置磁贴的崩溃。
- Material Design 2 主题可能在未来的 1.8.0 版本中被移除。
- 其他错误修复和改进。

0 comments on commit 2b9a6c1

Please sign in to comment.