Update version and changelog

gtask_related_email 7.2
Alex Baker 5 years ago
parent 4ef56a34df
commit 71e70a621e

@ -1,5 +1,13 @@
Change Log
---
### 7.2 (2019-11-25)
* Display Google Task and CalDAV subtasks in all lists (Android 5+)
* Remove completed tasks immediately - @creywood
* Update translations
* Dutch - @fvbommel
* Swedish - @mattiasmun
### 7.1.2 (2019-11-22)
* Add CalDAV account setting for repeating tasks

@ -31,8 +31,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 623
versionName = "7.1.2"
versionCode = 624
versionName = "7.2"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
multiDexEnabled = true

Loading…
Cancel
Save