Skip to content

Commit

Permalink
Feat: Bump version to 1.7.1 and add changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Mar 16, 2024
1 parent e2167e5 commit 9dfb35b
Show file tree
Hide file tree
Showing 3 changed files with 6 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 35
versionName '1.7.0'
versionCode 36
versionName '1.7.1'
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
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/36.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fixed crash upon reading SFTP and SMB files.
- Fixed black and custom color themes.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/36.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 修复了读取 SFTP 和 SMB 文件时的崩溃。
- 修复了黑色和自定义颜色主题。

0 comments on commit 9dfb35b

Please sign in to comment.