deps: upgrade deps

Dependency Upgrade Chore:
Fragment -> 1.3.5
ExoPlayer -> 2.14.1
RecyclerView -> 1.2.1
This commit is contained in:
OxygenCobalt 2021-06-16 13:00:52 -06:00
parent 5dc7b52fc3
commit e7d3dd0a98
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -63,10 +63,10 @@ dependencies {
// General
implementation "androidx.core:core-ktx:1.5.0"
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
implementation "androidx.recyclerview:recyclerview:1.2.0"
implementation "androidx.recyclerview:recyclerview:1.2.1"
implementation "androidx.constraintlayout:constraintlayout:2.0.4"
implementation "androidx.dynamicanimation:dynamicanimation:1.0.0"
@ -91,7 +91,7 @@ dependencies {
// --- THIRD PARTY ---
// ExoPlayer
implementation "com.google.android.exoplayer:exoplayer-core:2.14.0"
implementation "com.google.android.exoplayer:exoplayer-core:2.14.1"
// Image loading
implementation "io.coil-kt:coil:1.2.1"