Update version and changelog

gtask_related_email 7.6.1
Alex Baker 4 years ago
parent 1c120fba87
commit c099dcbc39

@ -1,5 +1,15 @@
Change Log
---
### 7.6.1 (2020-01-17)
* Fix long press in Google Task and CalDAV lists
* Fix bug when moving multi-level CalDAV subtasks
* Preserve remote VTODO when moving CalDAV tasks
* Add Interlingua translations - @softinterlingua
* Update translations
* Traditional Chinese - @gensitu
* Simplified Chinese - @sr093906
### 7.6 (2020-01-10)
* Change tags with multi-select

@ -36,8 +36,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 650
versionName = "7.6"
versionCode = 651
versionName = "7.6.1"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
multiDexEnabled = true

Loading…
Cancel
Save