Skip to content

Commit

Permalink
Merge pull request #284 from google/rl.plugin.protobuf
Browse files Browse the repository at this point in the history
Fix dependency in `gradle-api`
  • Loading branch information
rlazo committed Jan 30, 2024
2 parents 6cec2f5 + 544dc4f commit 1496576
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions google-services-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ group = "com.google.gms"
version = "4.4.0"

dependencies {
compileOnly(gradleApi())
implementation("com.android.tools.build:gradle-api:7.3.0")
compileOnly("com.android.tools.build:gradle-api:7.3.0")
implementation("com.google.android.gms:strict-version-matcher-plugin:1.2.4")
implementation("com.google.code.gson:gson:2.8.5")
implementation("com.google.guava:guava:27.0.1-jre")
Expand Down

0 comments on commit 1496576

Please sign in to comment.