Skip to content

Commit

Permalink
Release 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
captainepoch committed Dec 7, 2023
1 parent fb2b928 commit 350071a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
8 changes: 7 additions & 1 deletion HISTORY
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Husky 1.5.1 - 2023-11-22
Husky 1.5.3 - 2023-12-07
- Fix: Starting the application with the notifications permissions would crash
the application.
- Fix: DownloadManager should not delete downloaded media after 7+ days.
- Updated dependencies

Husky 1.5.2 - 2023-11-22
- Fix: Sending a status caused the Sharing dialog to appear.

Husky 1.5.1 - 2023-11-21
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/changelogs/200.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Husky 1.5.1
Husky 1.5.2

Changelog:
- Fix: Sending a status caused the Sharing dialog to appear.
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/201.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Husky 1.5.3

Changelog:
- Fix: Starting the application with the notifications permissions would crash
the application.
- Fix: DownloadManager should not delete downloaded media after 7+ days.
- Updated dependencies
4 changes: 2 additions & 2 deletions husky/appinfo.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ buildVersions.encoding = "UTF-8"

buildVersions.testinstrunner = "androidx.test.runner.AndroidJUnitRunner"

buildVersions.versionCode = 200
buildVersions.versionName = "1.5.2"
buildVersions.versionCode = 201
buildVersions.versionName = "1.5.3"

// Dev version info
def dev = [:]
Expand Down

0 comments on commit 350071a

Please sign in to comment.