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" }