build: upgrade deps
Kotlin -> 1.7.21 ExoPlayer -> 2.18.2 Fragment -> 1.5.5
This commit is contained in:
parent
5d8f1994bd
commit
c32b31cd2e
2 changed files with 3 additions and 4 deletions
|
@ -68,7 +68,7 @@ dependencies {
|
||||||
implementation "androidx.appcompat:appcompat:1.4.0"
|
implementation "androidx.appcompat:appcompat:1.4.0"
|
||||||
implementation "androidx.core:core-ktx:1.9.0"
|
implementation "androidx.core:core-ktx:1.9.0"
|
||||||
implementation "androidx.activity:activity-ktx:1.6.1"
|
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
|
// UI
|
||||||
implementation "androidx.recyclerview:recyclerview:1.2.1"
|
implementation "androidx.recyclerview:recyclerview:1.2.1"
|
||||||
|
@ -97,7 +97,7 @@ dependencies {
|
||||||
// Exoplayer
|
// Exoplayer
|
||||||
// WARNING: THE EXOPLAYER VERSION MUST BE KEPT IN LOCK-STEP WITH THE PRE-BUILD SCRIPT.
|
// 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.
|
// 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"
|
exclude group: "com.google.android.exoplayer", module: "exoplayer-extractor"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = '1.7.20'
|
ext.kotlin_version = '1.7.21'
|
||||||
ext.navigation_version = "2.5.3"
|
ext.navigation_version = "2.5.3"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
Loading…
Reference in a new issue