Skip to content

Commit

Permalink
Feat: Bump version to 1.0.6 and add changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Dec 31, 2024
1 parent e230b5f commit 68ae464
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.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId = "me.zhanghai.android.untracker"
minSdk = 21
targetSdk = 35
versionCode = 6
versionName = "1.0.5"
versionCode = 7
versionName = "1.0.6"

vectorDrawables { useSupportLibrary = true }
}
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fixed occasional animation issue upon tab switching.
- Improved built-in rules.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 修复了在切换标签页时偶发的动画问题。
- 改进了内置规则。

0 comments on commit 68ae464

Please sign in to comment.