Update version and changelog

gtask_related_email 7.2.1
Alex Baker 5 years ago
parent 97ee91abb1
commit 21b3cba8e3

@ -1,5 +1,13 @@
Change Log Change Log
--- ---
### 7.2.1 (2019-11-27)
* Bug fixes and minor improvements
* Update translations
* Dutch - @fvbommel
* Hungarian - kaciokos
* Simplified Chinese - @sr093906
### 7.2 (2019-11-25) ### 7.2 (2019-11-25)
* Display Google Task and CalDAV subtasks in all lists (Android 5+) * Display Google Task and CalDAV subtasks in all lists (Android 5+)

@ -36,8 +36,8 @@ android {
defaultConfig { defaultConfig {
testApplicationId = "org.tasks.test" testApplicationId = "org.tasks.test"
applicationId = "org.tasks" applicationId = "org.tasks"
versionCode = 624 versionCode = 626
versionName = "7.2" versionName = "7.2.1"
targetSdkVersion(Versions.targetSdk) targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk) minSdkVersion(Versions.minSdk)
multiDexEnabled = true multiDexEnabled = true

Loading…
Cancel
Save