@@ -62,47 +62,47 @@ thirdPartyLicenses {
62
62
}
63
63
64
64
dependencies {
65
- javadocClasspath ' com.google.code. findbugs:jsr305:3.0.2 '
65
+ javadocClasspath(libs . findbugs. jsr305)
66
66
67
67
api(project(" :firebase-sessions" ))
68
- api " com.google.android.gms:play-services- tasks:18.0.1 "
69
- api ' com.google.firebase:firebase-annotations:16.2.0'
68
+ api(libs . playservices . tasks)
69
+ api( " com.google.firebase:firebase-annotations:16.2.0" )
70
70
api(" com.google.firebase:firebase-common:21.0.0" )
71
71
api(" com.google.firebase:firebase-common-ktx:21.0.0" )
72
72
api(" com.google.firebase:firebase-components:18.0.0" )
73
- api ' com.google.firebase:firebase-config-interop:16.0.0 '
74
- api ' com.google.firebase:firebase-encoders:17.0.0'
75
- api ' com.google.firebase:firebase-encoders-json:18.0.0 '
76
- api(" com.google.firebase:firebase-installations:17.2 .0" )
77
- api ' com.google.firebase:firebase-installations-interop:17.1.0 '
73
+ api( " com.google.firebase:firebase-config-interop:16.0.1 " )
74
+ api( " com.google.firebase:firebase-encoders:17.0.0" )
75
+ api( " com.google.firebase:firebase-encoders-json:18.0.1 " )
76
+ api(" com.google.firebase:firebase-installations:18.0 .0" )
77
+ api( " com.google.firebase:firebase-installations-interop:17.2.0 " )
78
78
api(" com.google.firebase:firebase-measurement-connector:20.0.1" )
79
79
80
- implementation ' com.google.android.datatransport:transport-api:3.0.0 '
81
- implementation ' com.google.android.datatransport:transport-backend-cct:3.1.9 '
82
- implementation ' com.google.android.datatransport:transport-runtime:3.1.9 '
80
+ implementation( " com.google.android.datatransport:transport-api:3.2.0 " )
81
+ implementation( " com.google.android.datatransport:transport-backend-cct:3.3.0 " )
82
+ implementation( " com.google.android.datatransport:transport-runtime:3.3.0 " )
83
83
implementation(libs. androidx. annotation)
84
84
compileOnly(libs. errorprone. annotations)
85
85
86
- compileOnly ' com.google.auto.value:auto-value- annotations:1.6.5 '
86
+ compileOnly(libs . autovalue . annotations)
87
87
88
- annotationProcessor project(" :encoders:firebase-encoders-processor" )
89
- annotationProcessor ' com.google.auto.value:auto-value:1.6.5 '
88
+ annotationProcessor( project(" :encoders:firebase-encoders-processor" ) )
89
+ annotationProcessor(libs . autovalue)
90
90
91
- testImplementation " androidx.test: core: $a ndroidxTestCoreVersion "
92
- testImplementation ' androidx.test:runner:1.4.0 '
93
- testImplementation ' junit:junit:4.13.2 '
94
- testImplementation ' org .mockito:mockito-core:3.4.3 '
95
- testImplementation " org .robolectric:robolectric: $r obolectricVersion "
91
+ testImplementation(libs . androidx. test. core)
92
+ testImplementation(libs . androidx. test. runner)
93
+ testImplementation(libs . junit)
94
+ testImplementation(libs . mockito. core)
95
+ testImplementation(libs . robolectric)
96
96
97
- androidTestImplementation " androidx.test: core: $a ndroidxTestCoreVersion "
98
- androidTestImplementation ' androidx.test:runner:1.4.0 '
99
- androidTestImplementation " androidx.test.ext: junit: $a ndroidxTestJUnitVersion "
100
- androidTestImplementation ' com.google.firebase:firebase-encoders-json:18.0.0 '
101
- androidTestImplementation ' com.google.protobuf:protobuf-java:3.21.9 '
102
- androidTestImplementation " com.google. truth:truth: $g oogleTruthVersion "
103
- androidTestImplementation ' com.linkedin.dexmaker:dexmaker:2.28.1 '
104
- androidTestImplementation ' com.linkedin.dexmaker:dexmaker- mockito:2.28.1 '
105
- androidTestImplementation ' org.mockito:mockito-core:3.4.3 '
97
+ androidTestImplementation(libs . androidx. test. core)
98
+ androidTestImplementation(libs . androidx. test. runner)
99
+ androidTestImplementation(libs . androidx. test. junit)
100
+ androidTestImplementation( " com.google.firebase:firebase-encoders-json:18.0.1 " )
101
+ androidTestImplementation( " com.google.protobuf:protobuf-java:3.21.11 " )
102
+ androidTestImplementation(libs . truth)
103
+ androidTestImplementation( " com.linkedin.dexmaker:dexmaker:2.28.3 " )
104
+ androidTestImplementation(libs . mockito. dexmaker)
105
+ androidTestImplementation( " org.mockito:mockito-core:4.7.0 " )
106
106
androidTestImplementation(libs. androidx. test. junit)
107
107
androidTestImplementation(libs. androidx. test. runner)
108
108
androidTestImplementation(libs. truth)
0 commit comments