deps: upgrade deps
Dependency Upgrade Chore: Fragment -> 1.3.5 ExoPlayer -> 2.14.1 RecyclerView -> 1.2.1
This commit is contained in:
parent
5dc7b52fc3
commit
e7d3dd0a98
1 changed files with 3 additions and 3 deletions
|
|
@ -63,10 +63,10 @@ dependencies {
|
||||||
// General
|
// General
|
||||||
implementation "androidx.core:core-ktx:1.5.0"
|
implementation "androidx.core:core-ktx:1.5.0"
|
||||||
implementation "androidx.activity:activity-ktx:1.2.3"
|
implementation "androidx.activity:activity-ktx:1.2.3"
|
||||||
implementation 'androidx.fragment:fragment-ktx:1.3.4'
|
implementation 'androidx.fragment:fragment-ktx:1.3.5'
|
||||||
|
|
||||||
// UI
|
// UI
|
||||||
implementation "androidx.recyclerview:recyclerview:1.2.0"
|
implementation "androidx.recyclerview:recyclerview:1.2.1"
|
||||||
implementation "androidx.constraintlayout:constraintlayout:2.0.4"
|
implementation "androidx.constraintlayout:constraintlayout:2.0.4"
|
||||||
implementation "androidx.dynamicanimation:dynamicanimation:1.0.0"
|
implementation "androidx.dynamicanimation:dynamicanimation:1.0.0"
|
||||||
|
|
||||||
|
|
@ -91,7 +91,7 @@ dependencies {
|
||||||
// --- THIRD PARTY ---
|
// --- THIRD PARTY ---
|
||||||
|
|
||||||
// ExoPlayer
|
// ExoPlayer
|
||||||
implementation "com.google.android.exoplayer:exoplayer-core:2.14.0"
|
implementation "com.google.android.exoplayer:exoplayer-core:2.14.1"
|
||||||
|
|
||||||
// Image loading
|
// Image loading
|
||||||
implementation "io.coil-kt:coil:1.2.1"
|
implementation "io.coil-kt:coil:1.2.1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue