Skip to content

Commit d121e66

Browse files
liutikasrlazo
andauthored
Remove unused dependencies in google services plugin (#338)
Test: ./gradlew test Co-authored-by: Rodrigo Lazo <rlazo@users.noreply.github.com>
1 parent 34ac875 commit d121e66

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

google-services-plugin/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ dependencies {
2929
compileOnly("com.android.tools.build:gradle-api:7.3.0")
3030
implementation("com.google.android.gms:strict-version-matcher-plugin:1.2.4")
3131
implementation("com.google.code.gson:gson:2.8.5")
32-
implementation("com.google.guava:guava:27.0.1-jre")
3332
testImplementation("junit:junit:4.12")
34-
testImplementation("com.google.truth:truth:0.42")
3533
}
3634

3735
gradlePlugin {

0 commit comments

Comments
 (0)