Update version and changelog

gtask_related_email 7.7
Alex Baker 4 years ago
parent 902aef5562
commit e119fb34f0

@ -1,5 +1,10 @@
Change Log
---
### 7.7 (2020-01-21)
* Add support for offline multi-level subtasks
* Update Simplified Chinese translations - @sr093906
### 7.6.1 (2020-01-17)
* Fix long press in Google Task and CalDAV lists

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

Loading…
Cancel
Save