Update version and changelog

gtask_related_email 7.2.1
Alex Baker 5 years ago
parent 97ee91abb1
commit 21b3cba8e3

@ -1,5 +1,13 @@
Change Log
---
### 7.2.1 (2019-11-27)
* Bug fixes and minor improvements
* Update translations
* Dutch - @fvbommel
* Hungarian - kaciokos
* Simplified Chinese - @sr093906
### 7.2 (2019-11-25)
* Display Google Task and CalDAV subtasks in all lists (Android 5+)

@ -36,8 +36,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 624
versionName = "7.2"
versionCode = 626
versionName = "7.2.1"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
multiDexEnabled = true

Loading…
Cancel
Save