mirror of
https://github.com/etesync/android
synced 2024-11-22 07:58:09 +00:00
Bump version and update changelog.
This commit is contained in:
parent
02b075e3cc
commit
ddfdf3d71c
@ -1,6 +1,9 @@
|
||||
# Changelog
|
||||
*NOTE:* may be removed in the future in favor of the fastlane changelog.
|
||||
|
||||
## Version 2.4.2
|
||||
* Fix sync adapter crashes with Android 12 and 13
|
||||
|
||||
## Version 2.4.1
|
||||
* Fix sync with Tasks.org and OpenTasks - many thanks to @Sch1nken!
|
||||
|
||||
|
@ -19,8 +19,8 @@ android {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
|
||||
versionCode 20401
|
||||
versionName "2.4.1"
|
||||
versionCode 20402
|
||||
versionName "2.4.2"
|
||||
|
||||
buildConfigField "boolean", "customCerts", "true"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user