Skip to content

Commit 425c637

Browse files
committed
Bump version and update changelog.
1 parent f62eb11 commit 425c637

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
*NOTE:* may be removed in the future in favor of the fastlane changelog.
33

4+
## Version 2.4.3
5+
* Fix task sync adapter issues when no tasks are found
6+
* Add required notifications permissions to app manifest
7+
48
## Version 2.4.2
59
* Fix sync adapter crashes with Android 12 and 13
610

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android {
1919
minSdkVersion 21
2020
targetSdkVersion 33
2121

22-
versionCode 20402
23-
versionName "2.4.2"
22+
versionCode 20403
23+
versionName "2.4.3"
2424

2525
buildConfigField "boolean", "customCerts", "true"
2626
}

0 commit comments

Comments
 (0)