youtubedl-android icon indicating copy to clipboard operation
youtubedl-android copied to clipboard

Could not find library--SNAPSHOT.aar (com.github.yausername.youtubedl-android:library:-SNAPSHOT:0.14.0-g23b26d5-30).

Open Goenji48 opened this issue 1 year ago • 4 comments

Configuration cache state could not be cached: field 'importDirs' from type 'com.android.build.gradle.tasks.AidlCompile': error writing value of type 'org.gradle.api.internal.artifacts.configurations.DefaultConfiguration$ConfigurationFileCollection'

Could not find library--SNAPSHOT.aar (com.github.yausername.youtubedl-android:library:-SNAPSHOT:0.14.0-g23b26d5-30). Searched in the following locations: https://jitpack.io/com/github/yausername/youtubedl-android/library/-SNAPSHOT/library--0.14.0-g23b26d5-30.aar https://jitpack.io/com/github/yausername/youtubedl-android/library/-SNAPSHOT/library--0.14.0-g23b26d5-30.jar

Goenji48 avatar Jun 21 '23 03:06 Goenji48

try using: com.github.yausername.youtubedl-android:library:4f00394

MotasemF avatar Jun 21 '23 08:06 MotasemF

try using: com.github.yausername.youtubedl-android:library:4f00394

it works, thanks

Goenji48 avatar Jun 22 '23 00:06 Goenji48

//YT downloader library implementation 'com.github.yausername.youtubedl-android:library:-SNAPSHOT' implementation 'com.github.yausername.youtubedl-android:ffmpeg:-SNAPSHOT' // Optional implementation 'com.github.yausername.youtubedl-android:aria2c:-SNAPSHOT' // Optional I am using these dependencies, if I use this dependency com.github.yausername.youtubedl-android:library:4f00394 , my old code base throws error due to method that different from old , what should I do ?

HasanAnorov avatar Jun 22 '23 09:06 HasanAnorov

try using: com.github.yausername.youtubedl-android:library:4f00394

where I can see the latest version ,just like "4f00394"? thanks

NewMacPro avatar Jun 26 '23 12:06 NewMacPro

try using: com.github.yausername.youtubedl-android:library:4f00394

where I can see the latest version ,just like "4f00394"? thanks

https://jitpack.io/com/github/yausername/youtubedl-android/

htueko avatar Sep 05 '23 10:09 htueko