Update version and changelog

pull/2906/head 13.9.6
Alex Baker 1 month ago
parent c82dfc7d39
commit eea944cc7b

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

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

Loading…
Cancel
Save