@@ -68,7 +68,7 @@ firebaseTestLab {
6868}
6969
7070dependencies {
71- api ' com.google.auto.value:auto-value- annotations:1.6.5 '
71+ api libs . autovalue . annotations
7272
7373 // Depend on development artifacts for Remote Config.
7474 implementation(project(" :firebase-config" )) {
@@ -83,14 +83,14 @@ dependencies {
8383 exclude group : ' com.google.firebase' , module : ' firebase-common'
8484 exclude group : ' com.google.firebase' , module : ' firebase-components'
8585 }
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
9494 // This is required since a `project` dependency on frc does not expose the APIs of its
9595 // "implementation" dependencies. The alternative would be to make common an "api" dep of remote-config.
9696 // Released artifacts don't need these dependencies since they don't use `project` to refer
@@ -104,12 +104,12 @@ dependencies {
104104 }
105105 // Support Libraries
106106 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
108108
109- annotationProcessor ' com.google.auto.value:auto-value:1.6.2 '
109+ annotationProcessor libs . autovalue
110110
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
115115}
0 commit comments