Update version and changelog

pull/1100/head
Alex Baker 4 years ago
parent 4869c86ea9
commit ad68bb7216

@ -1,7 +1,7 @@
Change Log
---
=======
### 10.0 (2020-08-18)
### 10.0 (2020-08-20)
🚧 Currently in beta ([signup here](https://www.reddit.com/r/tasks/comments/i3onqr/100_alpha/)) 🚧
@ -18,7 +18,7 @@ Change Log
* Update translations
* Basque - @osoitz
* Bengali - @Oymate
* Brazilian Portuguese - Pedro Lucas Porcellis
* Brazilian Portuguese - Pedro Lucas Porcellis, @aevw
* Chinese - WH Julie
* Chuvash - İlle
* Czech - @vitSkalicky, Radek Řehořek
@ -36,6 +36,7 @@ Change Log
* Russian - Nikita Epifanov
* Simplified Chinese - @sr093906, @cccClyde
* Spanish - @FlorianLeChat
* Swedish - @bittin
* Tamil - @balogic, @Thiya-velu
* Turkish - @emintufan, Oğuz Ersen

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

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

@ -10,7 +10,7 @@ object Versions {
const val analytics = "17.5.0"
const val remote_config = "19.2.0"
const val okhttp = "4.7.2"
const val flipper = "0.53.0"
const val flipper = "0.52.1"
const val mockito = "3.3.3"
const val androidx_test = "1.2.0"
const val make_it_easy = "4.0.1"

Loading…
Cancel
Save