Update version and changelog

pull/1684/head 11.12.2
Alex Baker 3 years ago
parent 9e7dcbfc12
commit 4cb94be06d

@ -1,3 +1,11 @@
### 11.12.2 (2021-11-13)
* Fix reminders
* Fix reminder preference backup
* Update translations
* Interlingua - @softinterlingua
* Tamil - @balogic
### 11.12.1 (2021-11-05)
* Fix reminders

@ -61,8 +61,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 111201
versionName = "11.12.1"
versionCode = 111202
versionName = "11.12.2"
targetSdk = Versions.targetSdk
minSdk = Versions.minSdk
testInstrumentationRunner = "org.tasks.TestRunner"

@ -0,0 +1,3 @@
* Fix reminders
* Fix reminder preference backup
* Update translations
Loading…
Cancel
Save