summaryrefslogtreecommitdiff
path: root/core
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 /core
parente8b712e5d3181479b69e7909c328c7584a82d96a (diff)
downloadAntennaPod-560bf3f434af2820cba13d19a3e110067dfb31a8.zip
Centralize library versions used in multiple modules
Diffstat (limited to 'core')
-rw-r--r--core/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/build.gradle b/core/build.gradle
index 32899cb5d..700487701 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -39,10 +39,10 @@ dependencies {
implementation 'androidx.documentfile:documentfile:1.0.1'
implementation "androidx.fragment:fragment:$fragmentVersion"
implementation "androidx.media:media:$mediaVersion"
+ implementation "androidx.palette:palette:$paletteVersion"
implementation "androidx.preference:preference:$preferenceVersion"
implementation "androidx.work:work-runtime:$workManagerVersion"
implementation "com.google.android.material:material:$googleMaterialVersion"
- implementation 'androidx.palette:palette:1.0.0'
implementation "org.apache.commons:commons-lang3:$commonslangVersion"
implementation "commons-io:commons-io:$commonsioVersion"
@@ -69,9 +69,9 @@ dependencies {
testImplementation 'androidx.test:core:1.2.0'
testImplementation "org.awaitility:awaitility:$awaitilityVersion"
- testImplementation 'junit:junit:4.13'
+ testImplementation "junit:junit:$junitVersion"
testImplementation 'org.mockito:mockito-inline:3.5.13'
- testImplementation 'org.robolectric:robolectric:4.5-alpha-1'
+ testImplementation "org.robolectric:robolectric:$robolectricVersion"
testImplementation 'javax.inject:javax.inject:1'
androidTestImplementation "com.jayway.android.robotium:robotium-solo:$robotiumSoloVersion"
androidTestImplementation "androidx.test.espresso:espresso-core:$espressoVersion"