From b896c7f015fdf3e942264780740f6e7eec8cdb79 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Tue, 20 Jun 2023 12:58:08 -0400 Subject: [PATCH] Bump version and update changelog. --- ChangeLog.md | 3 +++ app/build.gradle | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 65de8a2b..8d1ca215 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,9 @@ # Changelog *NOTE:* may be removed in the future in favor of the fastlane changelog. +## Version 2.4.1 +* Fix sync with Tasks.org and OpenTasks - many thanks to @Sch1nken! + ## Version 2.4.0 * Update compile and target SDK versions diff --git a/app/build.gradle b/app/build.gradle index 11542d97..1b597e97 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,8 +19,8 @@ android { minSdkVersion 21 targetSdkVersion 33 - versionCode 20400 - versionName "2.4.0" + versionCode 20401 + versionName "2.4.1" buildConfigField "boolean", "customCerts", "true" }