Update version and changelog

gtask_related_email 7.1.2
Alex Baker 6 years ago
parent f99a3fab11
commit a9db5a2d5a

@ -1,5 +1,14 @@
Change Log 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) ### 7.1.1 (2019-11-18)
* Improve subtask query performance * Improve subtask query performance

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

Loading…
Cancel
Save