Update version and changelog

gtask_related_email 7.4.2
Alex Baker 5 years ago
parent b46d439f46
commit 3d89511a18

@ -1,5 +1,15 @@
Change Log
---
### 7.4.2 (2019-12-30)
* Fix Tasker plugin settings
* Update translations
* Basque - Osoitz
* Czech - vitSkalicky
* Norwegian Bokmål - @comradekingu
* Polish - @alex-ter
* Russian - @alex-ter
### 7.4.1 (2019-12-27)
* Add option to enable subtasks in task list

@ -36,8 +36,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 644
versionName = "7.4.1"
versionCode = 645
versionName = "7.4.2"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
multiDexEnabled = true

Loading…
Cancel
Save