summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY8
-rw-r--r--fastlane/metadata/android/en-US/changelogs/200.txt2
-rw-r--r--fastlane/metadata/android/en-US/changelogs/201.txt7
-rw-r--r--husky/appinfo.gradle4
4 files changed, 17 insertions, 4 deletions
diff --git a/HISTORY b/HISTORY
index 9f438ac..dbe21fc 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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
diff --git a/fastlane/metadata/android/en-US/changelogs/200.txt b/fastlane/metadata/android/en-US/changelogs/200.txt
index d936fd3..9c90ad8 100644
--- a/fastlane/metadata/android/en-US/changelogs/200.txt
+++ b/fastlane/metadata/android/en-US/changelogs/200.txt
@@ -1,4 +1,4 @@
-Husky 1.5.1
+Husky 1.5.2
Changelog:
- Fix: Sending a status caused the Sharing dialog to appear.
diff --git a/fastlane/metadata/android/en-US/changelogs/201.txt b/fastlane/metadata/android/en-US/changelogs/201.txt
new file mode 100644
index 0000000..3333d2f
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/201.txt
@@ -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
diff --git a/husky/appinfo.gradle b/husky/appinfo.gradle
index 44ca022..d6367ab 100644
--- a/husky/appinfo.gradle
+++ b/husky/appinfo.gradle
@@ -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 = [:]