diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2023-12-23 20:58:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-23 20:58:12 +0100 |
commit | b066c6e23c335f79b624e90f15aaeb32f8a1cf81 (patch) | |
tree | c7339c956257019958ecff31ff447421a4f65a82 | |
parent | db88dc10e642579191e4f7b1d27a24e085e0abdf (diff) | |
download | AntennaPod-b066c6e23c335f79b624e90f15aaeb32f8a1cf81.zip |
Update preference search library (#6821)
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 9e93fc90a..9601377ac 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -123,7 +123,7 @@ dependencies { implementation "com.joanzapata.iconify:android-iconify-fontawesome:$iconifyVersion" implementation "com.joanzapata.iconify:android-iconify-material:$iconifyVersion" implementation 'com.leinardi.android:speed-dial:3.2.0' - implementation 'com.github.ByteHamster:SearchPreference:v2.0.0' + implementation 'com.github.ByteHamster:SearchPreference:v2.5.0' implementation 'com.github.skydoves:balloon:1.5.3' implementation 'com.github.xabaras:RecyclerViewSwipeDecorator:1.3' implementation "com.annimon:stream:$annimonStreamVersion" |