Bump version and update changelog.

pull/237/head v2.4.1
Tom Hacohen 11 months ago
parent 7d345ebaa0
commit b896c7f015

@ -1,6 +1,9 @@
# Changelog # Changelog
*NOTE:* may be removed in the future in favor of the fastlane 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 ## Version 2.4.0
* Update compile and target SDK versions * Update compile and target SDK versions

@ -19,8 +19,8 @@ android {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 33 targetSdkVersion 33
versionCode 20400 versionCode 20401
versionName "2.4.0" versionName "2.4.1"
buildConfigField "boolean", "customCerts", "true" buildConfigField "boolean", "customCerts", "true"
} }

Loading…
Cancel
Save