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 = [:]