Update changelog and version

pull/848/head^2 6.9.3
Alex Baker 5 years ago
parent 66bcf39a19
commit 3f47cf929c

@ -1,5 +1,12 @@
Change Log
---
### 6.9.3 (2019-10-31)
* Fix disappearance of remotely completed recurring Google Tasks
* Fix '0 tasks' notification
* Limit to 20 active notifications due to change in Android 10
* Update Simplified Chinese translations - @sr093906
### 6.9.2 (2019-10-25)
* Fix bug forcing new Google Tasks to top

@ -31,8 +31,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 615
versionName = "6.9.2"
versionCode = 616
versionName = "6.9.3"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
multiDexEnabled = true

Loading…
Cancel
Save