Update version and changelog

pull/1068/head
Alex Baker 4 years ago
parent 04fd354755
commit 72bda28d4f

@ -1,11 +1,11 @@
Change Log Change Log
--- ---
======= =======
### 10.0 (2020-08-07) ### 10.0 (2020-08-09)
🚧 Currently in alpha 🚧 🚧 Currently in alpha ([signup here](https://www.reddit.com/r/tasks/comments/i3onqr/100_alpha/)) 🚧
* PRO: DAVx⁵ support (alpha requires custom DAVx⁵ build) * PRO: DAVx⁵ support (alpha requires [custom DAVx⁵ build]((https://www.reddit.com/r/tasks/comments/i3onqr/100_alpha/)))
* PRO: EteSync client support * PRO: EteSync client support
* [ToDo Agenda](https://play.google.com/store/apps/details?id=org.andstatus.todoagenda) integration * [ToDo Agenda](https://play.google.com/store/apps/details?id=org.andstatus.todoagenda) integration
* Changed backstack behavior to follow Android conventions * Changed backstack behavior to follow Android conventions

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

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string-array name="changelog"> <string-array name="changelog">
<item>🚧 10.0 ALPHA 2 🚧</item> <item>🚧 10.0 ALPHA 3 🚧</item>
<item>PRO: DAVx⁵ support (alpha requires custom DAVx⁵ build)</item> <item>PRO: DAVx⁵ support (alpha requires custom DAVx⁵ build)</item>
<item>PRO: EteSync client support</item> <item>PRO: EteSync client support</item>
<item>ToDo Agenda integration</item> <item>ToDo Agenda integration</item>

Loading…
Cancel
Save