summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorebraminio <ebrahim@gnu.org>2023-05-29 15:15:25 +0330
committerGitHub <noreply@github.com>2023-05-29 13:45:25 +0200
commitd51e937e9651bcd5955055bee6abffcdefaa0c66 (patch)
tree290755bf29abd5fb820096db3cf6f341d3da37a2 /app/build.gradle
parent10c70dd5f1bd498de32e323cd2832e247df80db7 (diff)
downloadAntennaPod-d51e937e9651bcd5955055bee6abffcdefaa0c66.zip
Use the brand new material switches for preferences (#6475)
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 d8dac6b63..680cecc93 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -122,7 +122,7 @@ dependencies {
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.skydoves:balloon:1.4.0'
+ implementation 'com.github.skydoves:balloon:1.5.3'
implementation 'com.github.xabaras:RecyclerViewSwipeDecorator:1.3'
implementation 'com.annimon:stream:1.2.2'