Skip to content

Commit

Permalink
Merge pull request #34 from open-telemetry/renovate/com.android.tools…
Browse files Browse the repository at this point in the history
….build-gradle-8.x

Update dependency com.android.tools.build:gradle to v8.1.1
  • Loading branch information
breedx-splk authored Aug 23, 2023
2 parents 88d1fce + d0ff51b commit 527270a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
// keep this version in sync with /buildSrc/build.gradle.kts
classpath("com.android.tools.build:gradle:8.1.0")
classpath("com.android.tools.build:gradle:8.1.1")
}
}

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {

dependencies {
// keep this version in sync with /build.gradle.kts
implementation("com.android.tools.build:gradle:8.1.0")
implementation("com.android.tools.build:gradle:8.1.1")

implementation("com.diffplug.spotless:spotless-plugin-gradle:6.20.0")
implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.1.0")
Expand Down

0 comments on commit 527270a

Please sign in to comment.