We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ac875 commit d121e66Copy full SHA for d121e66
google-services-plugin/build.gradle.kts
@@ -29,9 +29,7 @@ dependencies {
29
compileOnly("com.android.tools.build:gradle-api:7.3.0")
30
implementation("com.google.android.gms:strict-version-matcher-plugin:1.2.4")
31
implementation("com.google.code.gson:gson:2.8.5")
32
- implementation("com.google.guava:guava:27.0.1-jre")
33
testImplementation("junit:junit:4.12")
34
- testImplementation("com.google.truth:truth:0.42")
35
}
36
37
gradlePlugin {
0 commit comments