Update version and changelog

gtask_related_email 7.1
Alex Baker 5 years ago
parent 795ccf0c07
commit 3fac672f1e

@ -1,5 +1,14 @@
Change Log
---
### 7.1 (2019-11-14)
* Display subtasks on Google Task and CalDAV widgets (Android 5+)
* Fix subtasks after backup import
* Fix chained subtask completion
* Update translations
* Hungarian - kaciokos
* Swedish - Marcus Kwasniewski
### 7.0 (2019-11-12)
* Add support for CalDAV subtasks (Android 5+) - @creywood

@ -31,8 +31,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 619
versionName = "7.0"
versionCode = 620
versionName = "7.1"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
multiDexEnabled = true

Loading…
Cancel
Save