Skip to content

Commit dd76de0

Browse files
committed
Reverted back versions to manually test which dependency upgrade is causing issues
1 parent 086d738 commit dd76de0

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

firebase-perf/firebase-perf.gradle

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -99,21 +99,21 @@ android {
9999
}
100100

101101
dependencies {
102-
annotationProcessor libs.dagger.compiler
102+
annotationProcessor 'com.google.dagger:dagger-compiler:2.27'
103103
compileOnly group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.6'
104-
implementation libs.androidx.annotation
105-
implementation "androidx.lifecycle:lifecycle-process:2.8.7"
106-
implementation libs.playservices.tasks
104+
implementation "androidx.annotation:annotation:1.1.0"
105+
implementation "androidx.lifecycle:lifecycle-process:2.3.1"
106+
implementation "com.google.android.gms:play-services-tasks:18.0.1"
107107
implementation libs.protobuf.java.lite
108108
implementation libs.kotlin.stdlib
109-
implementation libs.androidx.annotation
110-
implementation 'androidx.appcompat:appcompat:1.7.0'
111-
implementation 'com.google.android.datatransport:transport-api:4.0.0'
112-
implementation libs.dagger.dagger
109+
implementation 'androidx.annotation:annotation:1.7.0'
110+
implementation 'androidx.appcompat:appcompat:1.2.0'
111+
implementation 'com.google.android.datatransport:transport-api:3.0.0'
112+
implementation 'com.google.dagger:dagger:2.27'
113113
api 'com.google.firebase:firebase-annotations:16.2.0'
114114
api 'com.google.firebase:firebase-installations-interop:17.1.0'
115115
api 'com.google.firebase:protolite-well-known-types:18.0.0'
116-
implementation libs.okhttp
116+
implementation 'com.squareup.okhttp3:okhttp:3.12.1'
117117
api("com.google.firebase:firebase-common:21.0.0")
118118
api("com.google.firebase:firebase-common-ktx:21.0.0")
119119
api("com.google.firebase:firebase-components:18.0.0")
@@ -124,7 +124,7 @@ dependencies {
124124
exclude group: 'com.google.firebase', module: 'firebase-common-ktx'
125125
exclude group: 'com.google.firebase', module: 'firebase-components'
126126
}
127-
javadocClasspath libs.autovalue.annotations
127+
javadocClasspath 'com.google.auto.value:auto-value-annotations:1.6.6'
128128
javadocClasspath libs.findbugs.jsr305
129129
runtimeOnly("com.google.firebase:firebase-datatransport:18.1.8") {
130130
exclude group: 'com.google.firebase', module: 'firebase-common'
@@ -134,9 +134,9 @@ dependencies {
134134
testImplementation libs.androidx.test.core
135135
testImplementation libs.truth
136136
testImplementation libs.robolectric
137-
testImplementation libs.androidx.test.rules
138-
testImplementation libs.junit
137+
testImplementation 'androidx.test:rules:1.2.0'
138+
testImplementation 'junit:junit:4.12'
139139
testImplementation libs.mockito.core
140140
testImplementation 'org.mockito:mockito-inline:5.2.0'
141-
testImplementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
141+
testImplementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.6'
142142
}

0 commit comments

Comments
 (0)