Update version and changelog

pull/1330/head 11.3.2
Alex Baker 3 years ago
parent ccef473f15
commit 1ea65a03d3

@ -1,3 +1,8 @@
### 11.3.2 (2021-01-28)
* Fix recurrence sync issue
([#1323](https://github.com/tasks/tasks/issues/1323))
### 11.3.1 (2021-01-27)
* Improve support for recurring tasks with subtasks

@ -44,8 +44,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 110303
versionName = "11.3.1"
versionCode = 110304
versionName = "11.3.2"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
testInstrumentationRunner = "org.tasks.TestRunner"

Loading…
Cancel
Save