Update version and changelog

gtask_related_email
Alex Baker 5 years ago
parent d73229aa52
commit fd79d90ae1

@ -1,5 +1,21 @@
Change Log
---
### 7.4.1 (2019-12-24)
* Add option to enable subtasks in task list
* Performance improvements
* Ask Play Services to update security provider
* Display custom icons in tag picker
* Fix case comparison when sorting navigation drawer
* Update translations
* Basque - Osoitz
* Dutch - @fvbommel
* French - @FlorianLeChat
* Hungarian - kaciokos
* Polish - @alex-ter
* Russian - @alex-ter
* Spanish - @FlorianLeChat
### 7.4 (2019-12-16)
* Add Google Task and CalDAV subtasks from the edit screen

@ -36,8 +36,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 638
versionName = "7.4"
versionCode = 641
versionName = "7.4.1"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
multiDexEnabled = true

Loading…
Cancel
Save