update dependencies

* exoplayer 2.17.1 -> 2.18.2
* security-crypto 1.1.0-alpha03 -> 1.1.0-alpha04
* androidx:junit 1.1.3 -> 1.1.4
* androidx:espresso-core 3.4.0 -> 3.5.0
This commit is contained in:
2022-11-26 18:09:50 +01:00
parent f49b5a2730
commit 0a31c2fd88
3 changed files with 7 additions and 6 deletions

View File

@ -2,7 +2,7 @@
buildscript {
ext.kotlin_version = "1.7.20"
ext.ktor_version = "2.1.3"
ext.exo_version = "2.17.1"
ext.exo_version = "2.18.2"
repositories {
google()
mavenCentral()