Update changelog and version

pull/848/head^2 6.9.2
Alex Baker 5 years ago
parent 9b6789799d
commit 82f17cbdc6

@ -1,5 +1,13 @@
Change Log
---
### 6.9.2 (2019-10-25)
* Fix bug forcing new Google Tasks to top
* Fix bug preventing deleted tasks from being synchronized - @creywood
* Update translations
* French - @NathanBnm
* Swedish - @mattiasmun
### 6.9.1 (2019-10-09)
* Fix location reminders on Android 10

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

Loading…
Cancel
Save