Compare commits

...

2 Commits

Author SHA1 Message Date
Tom Hacohen 425c637ead Bump version and update changelog.
10 months ago
Tom Hacohen f62eb11bb2 Update ical4android with a fix.
10 months ago

@ -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

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

@ -1 +1 @@
Subproject commit b62dfc46f61aa310a65383e7b99f66a99959da2b
Subproject commit ecd2ab875dc6807a051577670443defb83608904
Loading…
Cancel
Save