From 6ec27214773965eec5598c6276caad334792efb4 Mon Sep 17 00:00:00 2001 From: Adolfo Santiago Date: Sat, 16 Mar 2024 17:06:56 +0100 Subject: [PATCH] Release 1.5.4 --- HISTORY | 3 +++ fastlane/metadata/android/en-US/changelogs/202.txt | 4 ++++ husky/appinfo.gradle | 4 ++-- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/202.txt diff --git a/HISTORY b/HISTORY index dbe21fc5..dc3e9485 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,6 @@ +Husky 1.5.4 - 2024-03-16 + - Fix: Opening an image in an external app won't crash the application. + Husky 1.5.3 - 2023-12-07 - Fix: Starting the application with the notifications permissions would crash the application. diff --git a/fastlane/metadata/android/en-US/changelogs/202.txt b/fastlane/metadata/android/en-US/changelogs/202.txt new file mode 100644 index 00000000..f309d8a7 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/202.txt @@ -0,0 +1,4 @@ +Husky 1.5.4 + +Changelog: + - Fix: Opening an image in an external app won't crash the application. diff --git a/husky/appinfo.gradle b/husky/appinfo.gradle index d6367abb..c0298ff4 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 = 201 -buildVersions.versionName = "1.5.3" +buildVersions.versionCode = 202 +buildVersions.versionName = "1.5.4" // Dev version info def dev = [:]