Update version and changelog

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

@ -1,5 +1,15 @@
Change Log 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) ### 7.6 (2020-01-10)
* Change tags with multi-select * Change tags with multi-select

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

Loading…
Cancel
Save