summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorTacoTheDank <SkytkRSfan3895@gmail.com>2023-05-14 17:01:26 -0400
committerTacoTheDank <SkytkRSfan3895@gmail.com>2023-05-14 17:01:26 -0400
commit90d6095dad5c53435f8dc4ee7e9641bece42d39b (patch)
tree4a84df890821d6190dec9ee46e69fa63edf2f9d8 /app
parent194067deeae66145331a6f70cdf1ddb346a04ba3 (diff)
downloadAntennaPod-90d6095dad5c53435f8dc4ee7e9641bece42d39b.zip
Centralize stream library version
Diffstat (limited to 'app')
-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..2fab1731b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -124,7 +124,7 @@ dependencies {
implementation 'com.github.ByteHamster:SearchPreference:v2.0.0'
implementation 'com.github.skydoves:balloon:1.4.0'
implementation 'com.github.xabaras:RecyclerViewSwipeDecorator:1.3'
- implementation 'com.annimon:stream:1.2.2'
+ implementation "com.annimon:stream:$annimonStreamVersion"
// Non-free dependencies:
playImplementation 'com.google.android.play:core:1.8.0'