Update version and changelog

pull/996/head 9.0
Alex Baker 6 years ago
parent 67a1b85029
commit 23a93eb4e0

@ -1,7 +1,7 @@
Change Log Change Log
--- ---
======= =======
### 9.0 (2020-05-01) ### 9.0 (2020-05-03)
* Show What's New after update * Show What's New after update
* Collapsible subtasks enabled by default * Collapsible subtasks enabled by default

@ -32,7 +32,7 @@ android {
defaultConfig { defaultConfig {
testApplicationId = "org.tasks.test" testApplicationId = "org.tasks.test"
applicationId = "org.tasks" applicationId = "org.tasks"
versionCode = 90001 versionCode = 90002
versionName = "9.0" versionName = "9.0"
targetSdkVersion(Versions.targetSdk) targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk) minSdkVersion(Versions.minSdk)

Loading…
Cancel
Save