diff --git a/.idea/misc.xml b/.idea/misc.xml
index 1a395543..311314b1 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -27,6 +27,7 @@
+
diff --git a/app/build.gradle b/app/build.gradle
index 9aa4706a..a3b4ed24 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -46,8 +46,6 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation "androidx.room:room-runtime:2.3.0"
implementation "androidx.cardview:cardview:1.0.0"
- implementation 'androidx.legacy:legacy-support-v4:1.0.0'
- implementation "androidx.lifecycle:lifecycle-common-java8:2.3.1"
// Android Material
implementation 'com.google.android.material:material:1.4.0'
@@ -62,7 +60,6 @@ dependencies {
// Glide
implementation 'com.github.bumptech.glide:glide:4.12.0'
implementation 'com.github.bumptech.glide:annotations:4.12.0'
- implementation 'com.github.bumptech.glide:okhttp3-integration:4.12.0'
// Exoplayer
implementation 'com.google.android.exoplayer:exoplayer:2.12.2'