Update version and changelog

pull/898/head 7.8
Alex Baker 4 years ago
parent 974141ce80
commit 4b8fbdfa7c

@ -1,5 +1,9 @@
Change Log
---
### 7.8 (2020-01-24)
* Android AutoBackup integration
### 7.7 (2020-01-21)
* Add support for offline multi-level subtasks

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

Loading…
Cancel
Save