build: upgrade deps

Kotlin -> 1.7.21
ExoPlayer -> 2.18.2
Fragment -> 1.5.5
This commit is contained in:
Alexander Capehart 2022-12-16 08:48:32 -07:00
parent 5d8f1994bd
commit c32b31cd2e
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
2 changed files with 3 additions and 4 deletions

View file

@ -68,7 +68,7 @@ dependencies {
implementation "androidx.appcompat:appcompat:1.4.0"
implementation "androidx.core:core-ktx:1.9.0"
implementation "androidx.activity:activity-ktx:1.6.1"
implementation "androidx.fragment:fragment-ktx:1.5.4"
implementation "androidx.fragment:fragment-ktx:1.5.5"
// UI
implementation "androidx.recyclerview:recyclerview:1.2.1"
@ -97,7 +97,7 @@ dependencies {
// Exoplayer
// WARNING: THE EXOPLAYER VERSION MUST BE KEPT IN LOCK-STEP WITH THE PRE-BUILD SCRIPT.
// IF NOT, VERY UNFRIENDLY BUILD FAILURES AND CRASHES MAY ENSUE.
implementation("com.google.android.exoplayer:exoplayer-core:2.18.1") {
implementation("com.google.android.exoplayer:exoplayer-core:2.18.2") {
exclude group: "com.google.android.exoplayer", module: "exoplayer-extractor"
}

View file

@ -1,6 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.7.20'
ext.kotlin_version = '1.7.21'
ext.navigation_version = "2.5.3"
repositories {