Update version and changelog

pull/1111/head 10.0
Alex Baker 4 years ago
parent 9e75fb43a8
commit 35ba9ae7ac

@ -1,7 +1,7 @@
Change Log
---
=======
### 10.0 (2020-08-28)
### 10.0 (2020-08-31)
* PRO: DAVx⁵ support (currently requires [custom DAVx⁵ build](https://tasks.org/davx5))
* PRO: EteSync client support

@ -44,7 +44,7 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 100009
versionCode = 100010
versionName = "10.0"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="changelog">
<item>PRO: DAVx⁵ support (visit https://tasks.org/davx5 for more info)</item>
<item>PRO: EteSync client support</item>
<item>ToDo Agenda integration</item>
<item>Changed backstack behavior to follow Android conventions</item>

@ -1,4 +1,3 @@
* PRO: DAVx⁵ support (visit https://tasks.org/davx5 for more info)
* PRO: EteSync client support
* ToDo Agenda integration
* Changed backstack behavior to follow Android conventions
Loading…
Cancel
Save