1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-05-12 20:34:06 +00:00

Remove no longer needed dependency

This commit is contained in:
Thompson3142 2024-12-17 19:49:43 +01:00 committed by Profpatsch
parent 90e2f234e7
commit 76202e6b4b

View File

@ -233,7 +233,6 @@ dependencies {
implementation 'androidx.fragment:fragment-ktx:1.6.2'
implementation "androidx.lifecycle:lifecycle-livedata-ktx:${androidxLifecycleVersion}"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:${androidxLifecycleVersion}"
implementation "androidx.lifecycle:lifecycle-process:${androidxLifecycleVersion}"
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
implementation 'androidx.media:media:1.7.0'
implementation 'androidx.preference:preference:1.2.1'