From 425c637eade7fe00983dd22769de2ab0e6a7b7df Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Wed, 19 Jul 2023 18:44:40 -0400 Subject: [PATCH] Bump version and update changelog. --- ChangeLog.md | 4 ++++ app/build.gradle | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 9a5bdbae..a8c65adb 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,10 @@ # Changelog *NOTE:* may be removed in the future in favor of the fastlane changelog. +## Version 2.4.3 +* Fix task sync adapter issues when no tasks are found +* Add required notifications permissions to app manifest + ## Version 2.4.2 * Fix sync adapter crashes with Android 12 and 13 diff --git a/app/build.gradle b/app/build.gradle index 0390cf94..745b42a2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,8 +19,8 @@ android { minSdkVersion 21 targetSdkVersion 33 - versionCode 20402 - versionName "2.4.2" + versionCode 20403 + versionName "2.4.3" buildConfigField "boolean", "customCerts", "true" }