Update version and changelog

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

@ -1,5 +1,13 @@
Change Log 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) ### 7.3 (2019-12-03)
* Expand and collapse subtasks * Expand and collapse subtasks

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

Loading…
Cancel
Save