summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorTony Tam <ttam@splunk.com>2020-03-17 16:11:52 -0700
committerGitHub <noreply@github.com>2020-03-18 00:11:52 +0100
commit34fba016d14f4df3ff35684cbd53fb0011fee7c0 (patch)
tree6567f83f549f685c7edeac4ddbf70ee47caec72f /app/build.gradle
parent05495d2110122389e76fd33bee9afd91d8e57a54 (diff)
downloadAntennaPod-34fba016d14f4df3ff35684cbd53fb0011fee7c0.zip
Show artistName in place of podcast url when it is available (#3762)
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 516179a6e..34a2421b9 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -165,7 +165,7 @@ dependencies {
implementation "com.github.shts:TriangleLabelView:$triangleLabelViewVersion"
implementation 'com.leinardi.android:speed-dial:3.0.0'
implementation "com.github.AntennaPod:AntennaPod-AudioPlayer:$audioPlayerVersion"
- implementation 'com.github.mfietz:fyydlin:v0.4.2'
+ implementation 'com.github.mfietz:fyydlin:v0.5.0'
implementation 'com.github.ByteHamster:SearchPreference:v2.0.0'
androidTestImplementation "org.awaitility:awaitility:$awaitilityVersion"