Update version and changelog

pull/1721/head
Alex Baker 2 years ago
parent 60f6f55327
commit e6bdd666f4

@ -1,3 +1,16 @@
### 12.0 (2022-01-04)
* New bottom app bar
* Improve privacy and security by removing RECORD_AUDIO permission
* Attaching an audio note will launch your device's audio recorder
* Translation updates
* Dutch - @mm4c
* German - @qwerty287
* Italian - @ppasserini
* Portuguese - @SantosSi
* Romanian - @simonaiacob
* Ukrainian - @IhorHordiichuk
### 11.13 (2021-12-31)
* Add option to play a sound when a task is completed

@ -61,8 +61,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 111301
versionName = "11.13"
versionCode = 120000
versionName = "12.0"
targetSdk = Versions.targetSdk
minSdk = Versions.minSdk
testInstrumentationRunner = "org.tasks.TestRunner"

@ -0,0 +1,4 @@
* New bottom app bar
* Improve privacy and security by removing RECORD_AUDIO permission
* Attaching an audio note will launch your device's audio recorder
* Translation updates
Loading…
Cancel
Save