mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-10-29 19:59:22 +00:00
Switch dependency version on JitPack (#7746)
Who knows what happened exactly, but JitPack changed something to the way they deliver dependencies. The version with the v prefix got rebuilt (files inside jar have a new time stamp, jar has a new hash, but contents are the same). Now it no longer has any dependencies attached to it. Switching to the version without v, which still works.
This commit is contained in:
parent
095f60da80
commit
f68387199c
@ -26,7 +26,7 @@ dependencies {
|
||||
|
||||
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
|
||||
|
||||
implementation 'com.github.mfietz:fyydlin:v0.5.0'
|
||||
implementation 'com.github.mfietz:fyydlin:0.5.0'
|
||||
|
||||
implementation "io.reactivex.rxjava2:rxandroid:$rxAndroidVersion"
|
||||
implementation "io.reactivex.rxjava2:rxjava:$rxJavaVersion"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user