Update version and changelog

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

@ -1,5 +1,13 @@
Change Log 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) ### 7.1 (2019-11-14)
* Display subtasks on Google Task and CalDAV widgets (Android 5+) * Display subtasks on Google Task and CalDAV widgets (Android 5+)

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

Loading…
Cancel
Save