...
This commit is contained in:
+10
-1
@@ -154,8 +154,17 @@ dependencies {
|
||||
implementation("io.github.junkfood02.youtubedl-android:library:0.17.4")
|
||||
implementation("io.github.junkfood02.youtubedl-android:ffmpeg:0.17.4")
|
||||
implementation("io.github.junkfood02.youtubedl-android:aria2c:0.17.4")
|
||||
|
||||
implementation("io.coil-kt:coil:2.5.0")
|
||||
implementation ("com.squareup.okhttp3:logging-interceptor:4.11.0")
|
||||
|
||||
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.3")
|
||||
|
||||
// Fragment KTX: Fragment에서 by viewModels() 델리게이트를 사용하기 위해 필수
|
||||
implementation("androidx.fragment:fragment-ktx:1.8.1")
|
||||
|
||||
// Lifecycle KTX: viewLifecycleOwner.lifecycleScope 등을 사용하기 위해 필요
|
||||
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.3")
|
||||
|
||||
// implementation ("com.arthenica:ffmpeg-kit-full:4.5.LTS")
|
||||
// implementation ("com.arthenica:ffmpeg-kit-full:6.0-2")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user