Update version and changelog

gtask_related_email 7.3.1
Alex Baker 5 years ago
parent 0b85bfdb8f
commit 3a2ef38d6b

@ -1,5 +1,13 @@
Change Log
---
### 7.3.1 (2019-12-05)
* Fix crash on missing filter
* Update translations
* Dutch - @fvbommel
* Hungarian - kaciokos
* Simplified Chinese - @sr093906
### 7.3 (2019-12-03)
* Expand and collapse subtasks

@ -36,8 +36,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 630
versionName = "7.3"
versionCode = 632
versionName = "7.3.1"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
multiDexEnabled = true

Loading…
Cancel
Save