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'