From 15254243dac405cfc63d0f630d7cb2ba58aabdd3 Mon Sep 17 00:00:00 2001 From: LooKeR Date: Wed, 20 Oct 2021 13:46:30 +0530 Subject: [PATCH] Remove: Unused Dependencies --- build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.gradle b/build.gradle index 4cb86621..6bca4222 100644 --- a/build.gradle +++ b/build.gradle @@ -126,9 +126,6 @@ dependencies { implementation 'androidx.core:core-ktx:1.6.0' implementation 'io.reactivex.rxjava3:rxjava:3.1.1' implementation 'io.reactivex.rxjava3:rxandroid:3.0.0' - implementation 'androidx.activity:activity-ktx:1.4.0-rc01' - implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.1' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1' implementation 'com.fasterxml.jackson.core:jackson-core:2.13.0' implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.2' implementation 'com.github.topjohnwu.libsu:core:3.1.2'