Update version and changelog

pull/1723/head 12.0
Alex Baker 2 years ago
parent 634c030b93
commit 3d7e4c1993

@ -1,6 +1,7 @@
### 12.0 (2022-01-06) ### 12.0 (2022-01-08)
* New bottom app bar * New bottom app bar
* Choose top or bottom app bar in settings
* Miscellaneous design updates * Miscellaneous design updates
* Improve privacy and security by removing RECORD_AUDIO and * Improve privacy and security by removing RECORD_AUDIO and
WRITE_EXTERNAL_STORAGE permissions WRITE_EXTERNAL_STORAGE permissions
@ -12,6 +13,7 @@
* Italian - @ppasserini, @Fs00 * Italian - @ppasserini, @Fs00
* Portuguese - @SantosSi * Portuguese - @SantosSi
* Romanian - @simonaiacob * Romanian - @simonaiacob
* Russian - Nikita Epifanov
* Ukrainian - @IhorHordiichuk * Ukrainian - @IhorHordiichuk
### 11.13 (2021-12-31) ### 11.13 (2021-12-31)

@ -61,7 +61,7 @@ android {
defaultConfig { defaultConfig {
testApplicationId = "org.tasks.test" testApplicationId = "org.tasks.test"
applicationId = "org.tasks" applicationId = "org.tasks"
versionCode = 120001 versionCode = 120003
versionName = "12.0" versionName = "12.0"
targetSdk = Versions.targetSdk targetSdk = Versions.targetSdk
minSdk = Versions.minSdk minSdk = Versions.minSdk

@ -1,4 +1,5 @@
* New bottom app bar * New bottom app bar
* Choose top or bottom app bar in settings
* Miscellaneous design updates * Miscellaneous design updates
* Improve privacy and security by removing RECORD_AUDIO and * Improve privacy and security by removing RECORD_AUDIO and
WRITE_EXTERNAL_STORAGE permissions WRITE_EXTERNAL_STORAGE permissions
Loading…
Cancel
Save