update libraries

* kotlinx-coroutines-android 1.5.2 -> 1.6.0
* kotlinx-serialization 1.3.1 -> 1.3.2
* glide 4.12.0 -> 4.13.1
* ktor 1.6.7 -> 1.6.8
This commit is contained in:
2022-04-02 19:28:19 +02:00
parent cf435fdb72
commit e97ad9a245
5 changed files with 19 additions and 12 deletions

View File

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