mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-12-01 12:31:45 +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:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user