Update version and changelog

gtask_related_email
Alex Baker 6 years ago
parent c48e1b81a8
commit 1850d0dcdf

@ -1,6 +1,6 @@
Change Log Change Log
--- ---
### 7.4.1 (2019-12-24) ### 7.4.1 (2019-12-27)
* Add option to enable subtasks in task list * Add option to enable subtasks in task list
* Performance improvements * Performance improvements

@ -36,7 +36,7 @@ android {
defaultConfig { defaultConfig {
testApplicationId = "org.tasks.test" testApplicationId = "org.tasks.test"
applicationId = "org.tasks" applicationId = "org.tasks"
versionCode = 642 versionCode = 643
versionName = "7.4.1" versionName = "7.4.1"
targetSdkVersion(Versions.targetSdk) targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk) minSdkVersion(Versions.minSdk)

Loading…
Cancel
Save