Update version and changelog

gtask_related_email 7.1.2
Alex Baker 5 years ago
parent f99a3fab11
commit a9db5a2d5a

@ -1,5 +1,14 @@
Change Log
---
### 7.1.2 (2019-11-22)
* Add CalDAV account setting for repeating tasks
* Fix CalDAV repeating tasks
* Fix Google Tasks HTTP 400 response
* Update translations
* Hungarian - kaciokos
* Simplified Chinese - @sr093906
### 7.1.1 (2019-11-18)
* Improve subtask query performance

@ -31,8 +31,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 621
versionName = "7.1.1"
versionCode = 623
versionName = "7.1.2"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
multiDexEnabled = true

Loading…
Cancel
Save