update ktor to version 2.0.3

This commit is contained in:
2022-08-19 18:15:37 +02:00
parent 821f8b5590
commit f398c82f62
6 changed files with 29 additions and 28 deletions

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = "1.7.10"
ext.ktor_version = "1.6.8"
ext.ktor_version = "2.0.3"
ext.exo_version = "2.17.1"
repositories {
google()