Update version and changelog

pull/2324/head 13.2.4
Alex Baker 1 year ago
parent ac9e782527
commit f1790b574f

@ -1,4 +1,4 @@
### 13.2.3 - (2023-05-20)
### 13.2.4 - (2023-05-24)
* Add 'By list' sort mode [#1265](https://github.com/tasks/tasks/issues/1265)
* Save task when pressing done [#2125](https://github.com/tasks/tasks/pull/2125)
* Use ISO 8601 date formatting for backup filenames [#1550](https://github.com/tasks/tasks/pull/1550)

@ -56,8 +56,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 130206
versionName = "13.2.3"
versionCode = 130207
versionName = "13.2.4"
targetSdk = 33
minSdk = 24
testInstrumentationRunner = "org.tasks.TestRunner"

Loading…
Cancel
Save