Update version and changelog

gtask_related_email 7.1.1
Alex Baker 5 years ago
parent 9dc0e74401
commit ad29cfa030

@ -1,5 +1,13 @@
Change Log
---
### 7.1.1 (2019-11-18)
* Improve subtask query performance
* Fix crash when deleting 1000+ CalDAV tasks
* Update translations
* Dutch - @fvbommel
* Swedish - @mattiasmun, Marcus Kwasniewski
### 7.1 (2019-11-14)
* Display subtasks on Google Task and CalDAV widgets (Android 5+)

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

Loading…
Cancel
Save