|
|
|
|
@ -139,7 +139,7 @@ android {
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
|
|
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs_nio:2.1.4"
|
|
|
|
|
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs_nio:2.1.5"
|
|
|
|
|
// implementation "com.github.yausername.youtubedl-android:library:$youtubedlAndroidVer"
|
|
|
|
|
// implementation "com.github.yausername.youtubedl-android:ffmpeg:$youtubedlAndroidVer"
|
|
|
|
|
// implementation "com.github.yausername.youtubedl-android:aria2c:$youtubedlAndroidVer"
|
|
|
|
|
@ -150,7 +150,7 @@ dependencies {
|
|
|
|
|
implementation "io.github.junkfood02.youtubedl-android:aria2c:0.17.2"
|
|
|
|
|
|
|
|
|
|
implementation "androidx.appcompat:appcompat:$appCompatVer"
|
|
|
|
|
implementation "androidx.constraintlayout:constraintlayout:2.2.0"
|
|
|
|
|
implementation "androidx.constraintlayout:constraintlayout:2.2.1"
|
|
|
|
|
implementation 'com.google.android.material:material:1.10.0'
|
|
|
|
|
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
|
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.4.0'
|
|
|
|
|
@ -159,7 +159,7 @@ dependencies {
|
|
|
|
|
implementation "androidx.navigation:navigation-ui-ktx:$navVer"
|
|
|
|
|
implementation 'androidx.core:core-ktx:1.15.0'
|
|
|
|
|
implementation 'androidx.test.ext:junit-ktx:1.2.1'
|
|
|
|
|
implementation 'androidx.compose.ui:ui-android:1.7.7'
|
|
|
|
|
implementation 'androidx.compose.ui:ui-android:1.7.8'
|
|
|
|
|
implementation 'androidx.preference:preference-ktx:1.2.1'
|
|
|
|
|
testImplementation "junit:junit:$junitVer"
|
|
|
|
|
androidTestImplementation "junit:junit:$junitVer"
|
|
|
|
|
@ -173,7 +173,7 @@ dependencies {
|
|
|
|
|
implementation("com.squareup.picasso:picasso:2.71828")
|
|
|
|
|
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
|
|
|
|
|
|
|
|
|
|
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
|
|
|
|
|
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.3.0'
|
|
|
|
|
implementation 'com.facebook.shimmer:shimmer:0.5.0'
|
|
|
|
|
|
|
|
|
|
implementation "androidx.work:work-runtime-ktx:$workVer"
|
|
|
|
|
@ -181,7 +181,7 @@ dependencies {
|
|
|
|
|
implementation "androidx.room:room-runtime:$roomVer"
|
|
|
|
|
implementation "androidx.room:room-ktx:$roomVer"
|
|
|
|
|
ksp "androidx.room:room-compiler:$roomVer"
|
|
|
|
|
implementation 'androidx.paging:paging-runtime-ktx:3.3.2'
|
|
|
|
|
implementation 'androidx.paging:paging-runtime-ktx:3.3.6'
|
|
|
|
|
implementation "androidx.room:room-paging:$roomVer"
|
|
|
|
|
androidTestImplementation "androidx.room:room-testing:$roomVer"
|
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7'
|
|
|
|
|
|