mirror of
https://github.com/etesync/android
synced 2025-01-06 13:51:02 +00:00
Bump version and update changelog.
This commit is contained in:
parent
f62eb11bb2
commit
425c637ead
@ -1,6 +1,10 @@
|
|||||||
# 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.3
|
||||||
|
* Fix task sync adapter issues when no tasks are found
|
||||||
|
* Add required notifications permissions to app manifest
|
||||||
|
|
||||||
## Version 2.4.2
|
## Version 2.4.2
|
||||||
* Fix sync adapter crashes with Android 12 and 13
|
* Fix sync adapter crashes with Android 12 and 13
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@ android {
|
|||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 33
|
targetSdkVersion 33
|
||||||
|
|
||||||
versionCode 20402
|
versionCode 20403
|
||||||
versionName "2.4.2"
|
versionName "2.4.3"
|
||||||
|
|
||||||
buildConfigField "boolean", "customCerts", "true"
|
buildConfigField "boolean", "customCerts", "true"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user