We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67eb91 commit 687c472Copy full SHA for 687c472
app/build.gradle.kts
@@ -92,7 +92,7 @@ dependencies {
92
implementation(group = "com.google.firebase", name = "firebase-perf", version = "20.1.0")
93
implementation(group = "com.google.android.material", name = "material", version = "1.6.1")
94
implementation(group = "com.google.code.gson", name = "gson", version = "2.9.0")
95
- implementation(group = "com.google.http-client", name = "google-http-client-android", version = "1.42.1") {
+ implementation(group = "com.google.http-client", name = "google-http-client-android", version = "1.42.2") {
96
exclude(group = "com.google.code.findbugs")
97
exclude(group = "org.apache.httpcomponents")
98
}
0 commit comments