@@ -99,44 +99,43 @@ android {
99
99
}
100
100
101
101
dependencies {
102
- annotationProcessor ' com.google. dagger:dagger-compiler:2.27 '
102
+ annotationProcessor libs . dagger. compiler
103
103
compileOnly group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.5.6'
104
- implementation " androidx.annotation:annotation:1.1.0 "
104
+ implementation libs . androidx. annotation
105
105
implementation " androidx.lifecycle:lifecycle-process:2.3.1"
106
- implementation " com.google.android.gms:play-services- tasks:18.0.1 "
106
+ implementation libs . playservices . tasks
107
107
implementation libs. protobuf. java. lite
108
108
implementation libs. kotlin. stdlib
109
- implementation ' androidx.annotation:annotation:1.7.0'
110
109
implementation ' androidx.appcompat:appcompat:1.2.0'
111
110
implementation ' com.google.android.datatransport:transport-api:3.0.0'
112
- implementation ' com.google. dagger:dagger:2.27 '
111
+ implementation libs . dagger. dagger
113
112
api ' com.google.firebase:firebase-annotations:16.2.0'
114
113
api ' com.google.firebase:firebase-installations-interop:17.1.0'
115
114
api ' com.google.firebase:protolite-well-known-types:18.0.0'
116
- implementation ' com.squareup.okhttp3: okhttp:3.12.1 '
115
+ implementation libs . okhttp
117
116
api(" com.google.firebase:firebase-common:21.0.0" )
118
117
api(" com.google.firebase:firebase-common-ktx:21.0.0" )
119
118
api(" com.google.firebase:firebase-components:18.0.0" )
120
119
api(" com.google.firebase:firebase-config:21.5.0" )
121
120
api(" com.google.firebase:firebase-installations:17.2.0" )
122
121
api(" com.google.firebase:firebase-sessions:2.0.0" ) {
123
- exclude group : ' com.google.firebase' , module : ' firebase-common'
124
- exclude group : ' com.google.firebase' , module : ' firebase-common-ktx'
125
- exclude group : ' com.google.firebase' , module : ' firebase-components'
126
- }
122
+ exclude group : ' com.google.firebase' , module : ' firebase-common'
123
+ exclude group : ' com.google.firebase' , module : ' firebase-common-ktx'
124
+ exclude group : ' com.google.firebase' , module : ' firebase-components'
125
+ }
127
126
javadocClasspath ' com.google.auto.value:auto-value-annotations:1.6.6'
128
127
javadocClasspath libs. findbugs. jsr305
129
128
runtimeOnly(" com.google.firebase:firebase-datatransport:18.1.8" ) {
130
- exclude group : ' com.google.firebase' , module : ' firebase-common'
131
- exclude group : ' com.google.firebase' , module : ' firebase-components'
132
- }
129
+ exclude group : ' com.google.firebase' , module : ' firebase-common'
130
+ exclude group : ' com.google.firebase' , module : ' firebase-components'
131
+ }
133
132
testCompileOnly libs. protobuf. java
134
133
testImplementation libs. androidx. test. core
135
134
testImplementation libs. truth
136
135
testImplementation libs. robolectric
137
- testImplementation ' androidx.test:rules:1.2.0 '
138
- testImplementation ' junit:junit:4.12 '
136
+ testImplementation libs . androidx. test. rules
137
+ testImplementation libs . junit
139
138
testImplementation libs. mockito. core
140
139
testImplementation ' org.mockito:mockito-inline:5.2.0'
141
140
testImplementation group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.5.6'
142
- }
141
+ }
0 commit comments