Update version and changelog

pull/795/head 6.4.1
Alex Baker 6 years ago
parent a01fd12df6
commit c3b40c0d2a

@ -1,6 +1,13 @@
Change Log Change Log
--- ---
### 6.4.1 (2019-01-16)
* Limit number of active notifications
* Limit rate of notifications
* Fix Synology Calendar sync issue
* Fix exception when external storage is unavailable
### 6.4 (2019-01-10) ### 6.4 (2019-01-10)
* Copy backups to Google Drive * Copy backups to Google Drive

@ -19,8 +19,8 @@ android {
defaultConfig { defaultConfig {
testApplicationId "org.tasks.test" testApplicationId "org.tasks.test"
applicationId "org.tasks" applicationId "org.tasks"
versionCode 547 versionCode 548
versionName "6.4" versionName "6.4.1"
targetSdkVersion 28 targetSdkVersion 28
minSdkVersion 16 minSdkVersion 16
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Loading…
Cancel
Save