Skip to content

Commit

Permalink
更新版本号 1.0.7.6v52
Browse files Browse the repository at this point in the history
  • Loading branch information
bandeapart committed Jan 12, 2025
1 parent e03a587 commit c74a3c7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.7.6v52 - 20250112:
- support clear upstream for branch

---

1.0.7.5v51 - 20250107:
- fix bug: Files filter by keyword "document" will match all folders
- change BackHandler logic: press back button when filter and selection mode both are enabled, will quit selection first
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ android {
//ndk编译的库不能大于minSdk值,否则会不支持
minSdk = 26 //26,安卓8(Oreo, O)
targetSdk = 35
versionCode = 51
versionName = "1.0.7.5"
versionCode = 52
versionName = "1.0.7.6"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/52.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- support clear upstream for branch
1 change: 1 addition & 0 deletions fastlane/metadata/android/zh-CN/changelogs/52.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- 支持为分支清除上游

0 comments on commit c74a3c7

Please sign in to comment.