Update version and changelog

pull/1286/head 11.2.2
Alex Baker 3 years ago
parent 2bc123b892
commit 17ed19aec0

@ -1,3 +1,18 @@
### 11.2.2 (2021-01-07)
* Rename 'Lists' to 'Local lists' to clarify that they are not synchronized
* Tasks.org sign in improvements
* Miscellaneous improvements - Thanks @mhmdanas!
* Update translations
* French - @FlorianLeChat
* Hungarian - kaciokos
* Polish - @alex-ter
* Russian - @alex-ter
* Simplified Chinese - @sr093906
* Spanish - @FlorianLeChat
* Turkish - @emintufan, Oğuz Ersen
* Urdu - Maaz
### 11.2.1 (2021-01-05)
* Fix Portuguese translation issue

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

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