Update version and changelog

gtask_related_email 7.3
Alex Baker 5 years ago
parent f3fd57dbb1
commit 8be6e37eed

@ -1,5 +1,10 @@
Change Log
---
### 7.3 (2019-12-03)
* Expand and collapse subtasks
* Update Norwegian Bokmål - @comradekingu
### 7.2.2 (2019-12-03)
* Fix Google Task sorting

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

Loading…
Cancel
Save