Update version and changelog

pull/898/head
Alex Baker 4 years ago
parent 17cfaef67b
commit 62030554bb

@ -1,5 +1,20 @@
Change Log
---
### 8.0 (2020-02-12)
* EteSync support
* Update translations
* Basque - Osoitz
* Dutch - @fvbommel
* French - @FlorianLeChat
* Hungarian - kaciokos
* Indonesian - @zmni
* Polish - @alex-ter
* Russian - @alex-ter
* Simplified Chinese - @sr093906
* Spanish - @FlorianLeChat
* Turkish - @emintufan
### 7.8 (2020-01-24)
* Android AutoBackup integration

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

Loading…
Cancel
Save