Update version and changelog

pull/2884/head
Alex Baker 3 weeks ago
parent 1380a34ffa
commit 89465f36b3

@ -1,4 +1,4 @@
### 13.9.2 (2024-05-08)
### 13.9.3 (2024-05-08)
* 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 = 130902
versionName = "13.9.2"
versionCode = 130903
versionName = "13.9.3"
targetSdk = 33
minSdk = 24
testInstrumentationRunner = "org.tasks.TestRunner"

Loading…
Cancel
Save