Update Ktor, use new progress feature, fix backup creation

This commit is contained in:
Syer10
2021-05-28 16:15:03 -04:00
parent 26d8f0145d
commit 6d47cea979
15 changed files with 142 additions and 56 deletions

View File

@@ -46,7 +46,7 @@ dependencies {
kapt("com.github.stephanenicolas.toothpick:toothpick-compiler:3.1.0")
// Http client
val ktorVersion = "1.5.4"
val ktorVersion = "1.6.0"
implementation("io.ktor:ktor-client-core:$ktorVersion")
implementation("io.ktor:ktor-client-okhttp:$ktorVersion")
implementation("io.ktor:ktor-client-serialization:$ktorVersion")