Update version and changelog

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

@ -1,5 +1,13 @@
Change Log 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) ### 7.5 (2020-01-07)
* New tag picker * New tag picker

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

Loading…
Cancel
Save