summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorTacoTheDank <SkytkRSfan3895@gmail.com>2021-12-04 13:01:22 -0500
committerTacoTheDank <SkytkRSfan3895@gmail.com>2021-12-04 13:01:22 -0500
commit560bf3f434af2820cba13d19a3e110067dfb31a8 (patch)
treeea4177db4a8ad800c891d01ddc88f739671027a3 /net
parente8b712e5d3181479b69e7909c328c7584a82d96a (diff)
downloadantennapod-560bf3f434af2820cba13d19a3e110067dfb31a8.zip
Centralize library versions used in multiple modules
Diffstat (limited to 'net')
-rw-r--r--net/sync/gpoddernet/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sync/gpoddernet/build.gradle b/net/sync/gpoddernet/build.gradle
index 77e9ce0f3..13674b5c3 100644
--- a/net/sync/gpoddernet/build.gradle
+++ b/net/sync/gpoddernet/build.gradle
@@ -9,7 +9,7 @@ dependencies {
implementation "com.squareup.okhttp3:okhttp:$okhttpVersion"
implementation "org.apache.commons:commons-lang3:$commonslangVersion"
- implementation 'commons-io:commons-io:2.5'
+ implementation "commons-io:commons-io:$commonsioVersion"
implementation "io.reactivex.rxjava2:rxandroid:$rxAndroidVersion"
implementation "io.reactivex.rxjava2:rxjava:$rxJavaVersion"
}