@@ -68,7 +68,7 @@ firebaseTestLab {
68
68
}
69
69
70
70
dependencies {
71
- api ' com.google.auto.value:auto-value- annotations:1.6.5 '
71
+ api libs . autovalue . annotations
72
72
73
73
// Depend on development artifacts for Remote Config.
74
74
implementation(project(" :firebase-config" )) {
@@ -83,14 +83,14 @@ dependencies {
83
83
exclude group : ' com.google.firebase' , module : ' firebase-common'
84
84
exclude group : ' com.google.firebase' , module : ' firebase-components'
85
85
}
86
- implementation ' androidx.annotation:annotation:1.1.0 '
87
- implementation ' androidx.appcompat:appcompat:1.0.2 '
88
- implementation ' androidx.core:core:1.0.2 '
89
- implementation ' androidx.legacy:legacy- support-v4:1.0.0 '
90
- implementation ' androidx.test. espresso:espresso- idling-resource:3.2.0 '
91
- implementation ' com.google.android.gms:play-services- basement:18.1.0 '
92
- implementation ' com.google.android.gms:play-services- tasks:18.0.1 '
93
- implementation ' com.google.android. material:material:1.0.0 '
86
+ implementation libs . androidx. annotation
87
+ implementation libs . androidx. appcompat
88
+ implementation libs . androidx. core
89
+ implementation libs . androidx. legacy. support. v4
90
+ implementation libs . androidx. espresso. idling. resource
91
+ implementation libs . playservices . basement
92
+ implementation libs . playservices . tasks
93
+ implementation libs . material
94
94
// This is required since a `project` dependency on frc does not expose the APIs of its
95
95
// "implementation" dependencies. The alternative would be to make common an "api" dep of remote-config.
96
96
// Released artifacts don't need these dependencies since they don't use `project` to refer
@@ -104,12 +104,12 @@ dependencies {
104
104
}
105
105
// Support Libraries
106
106
implementation ' com.google.guava:guava:28.1-android'
107
- implementation " org.jetbrains. kotlinx:kotlinx- coroutines-jdk8:1.6.4 "
107
+ implementation libs . kotlinx. coroutines. core
108
108
109
- annotationProcessor ' com.google.auto.value:auto-value:1.6.2 '
109
+ annotationProcessor libs . autovalue
110
110
111
- androidTestImplementation ' androidx.test:rules:1.2.0 '
112
- androidTestImplementation ' androidx.test:runner:1.2.0 '
113
- androidTestImplementation ' androidx.test. espresso:espresso-core:3.2.0 '
114
- androidTestImplementation ' androidx.test. espresso:espresso- idling-resource:3.2.0 '
111
+ androidTestImplementation libs . androidx. test. rules
112
+ androidTestImplementation libs . androidx. test. runner
113
+ androidTestImplementation libs . androidx. espresso. core
114
+ androidTestImplementation libs . androidx. espresso. idling. resource
115
115
}
0 commit comments