Update version and changelog

pull/1280/head
Alex Baker 3 years ago
parent a597d356c6
commit 5a5d1ae2ac

@ -1,3 +1,16 @@
### 11.2.1 (2021-01-04)
* Fix Portuguese translation issue
* Report OpenTask sync errors
* Report Tasks.org sign in errors
* Don't crash on widget configuration error
* Purchase dialog changes
* Update translations
* Dutch - @fvbommel
* Hungarian - kaciokos
* Simplified Chinese - @sr093906
* Turkish - @emintufan
### 11.2 (2020-12-30)
* [Synchronize your Tasks.org account with third-party task and calendar apps, like Outlook,

@ -44,8 +44,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 110200
versionName = "11.2"
versionCode = 110201
versionName = "11.2.1"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
testInstrumentationRunner = "org.tasks.TestRunner"

@ -0,0 +1,2 @@
* Minor changes
* Update translations
Loading…
Cancel
Save