Update version and changelog

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

@ -1,5 +1,10 @@
Change Log 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) ### 7.6.1 (2020-01-17)
* Fix long press in Google Task and CalDAV lists * Fix long press in Google Task and CalDAV lists

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

Loading…
Cancel
Save