Update version and changelog

pull/2884/head
Alex Baker 3 weeks ago
parent 065be79355
commit 6bf3bd4d08

@ -1,4 +1,4 @@
### 13.9.3 (2024-05-08)
### 13.9.4 (2024-05-09)
* Fix widget crash [#2873](https://github.com/tasks/tasks/issues/2873)
* Fix recurrence unable to finish [#2874](https://github.com/tasks/tasks/issues/2874)

@ -55,8 +55,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 130903
versionName = "13.9.3"
versionCode = 130904
versionName = "13.9.4"
targetSdk = 33
minSdk = 24
testInstrumentationRunner = "org.tasks.TestRunner"

Loading…
Cancel
Save