Update version and changelog

pull/2906/head 13.9.6
Alex Baker 5 months 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 widget crash [#2873](https://github.com/tasks/tasks/issues/2873)
* Fix recurrence unable to finish [#2874](https://github.com/tasks/tasks/issues/2874) * Fix recurrence unable to finish [#2874](https://github.com/tasks/tasks/issues/2874)

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

Loading…
Cancel
Save