Update changelog and version

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

@ -1,5 +1,12 @@
Change Log 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) ### 6.9.2 (2019-10-25)
* Fix bug forcing new Google Tasks to top * Fix bug forcing new Google Tasks to top

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

Loading…
Cancel
Save