Update version and changelog

pull/2884/head
Alex Baker 2 weeks ago
parent 3327f97a17
commit 65362b203f

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

Loading…
Cancel
Save