Update version and changelog

gtask_related_email 7.6
Alex Baker 4 years ago
parent 9a8642516b
commit 25c9fa106b

@ -1,5 +1,13 @@
Change Log
---
### 7.6 (2020-01-10)
* Change tags with multi-select
* Fix custom filter crash on deleted tag
* Update translations
* Basque - Osoitz
* Norwegian Bokmål - @comradekingu
### 7.5 (2020-01-07)
* New tag picker

@ -36,8 +36,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 647
versionName = "7.5"
versionCode = 650
versionName = "7.6"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
multiDexEnabled = true

Loading…
Cancel
Save