This commit is contained in:
2025-09-19 18:08:03 +09:00
parent 5670ece56d
commit f794e24f24
13 changed files with 1013 additions and 135 deletions
+10 -1
View File
@@ -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")