diff options
author | TacoTheDank <SkytkRSfan3895@gmail.com> | 2021-12-04 13:01:22 -0500 |
---|---|---|
committer | TacoTheDank <SkytkRSfan3895@gmail.com> | 2021-12-04 13:01:22 -0500 |
commit | 560bf3f434af2820cba13d19a3e110067dfb31a8 (patch) | |
tree | ea4177db4a8ad800c891d01ddc88f739671027a3 /net/sync | |
parent | e8b712e5d3181479b69e7909c328c7584a82d96a (diff) | |
download | AntennaPod-560bf3f434af2820cba13d19a3e110067dfb31a8.zip |
Centralize library versions used in multiple modules
Diffstat (limited to 'net/sync')
-rw-r--r-- | net/sync/gpoddernet/build.gradle | 2 |
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" } |