Skip to content

Commit 5b0c975

Browse files
committed
Remove unused dependencies in google services plugin
Test: ./gradlew test
1 parent dcfee28 commit 5b0c975

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

google-services-plugin/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ dependencies {
2626
compileOnly("com.android.tools.build:gradle-api:7.3.0")
2727
implementation("com.google.android.gms:strict-version-matcher-plugin:1.2.4")
2828
implementation("com.google.code.gson:gson:2.8.5")
29-
implementation("com.google.guava:guava:27.0.1-jre")
3029
testImplementation("junit:junit:4.12")
31-
testImplementation("com.google.truth:truth:0.42")
3230
}
3331

3432
gradlePlugin {

0 commit comments

Comments
 (0)