Skip to content

Commit

Permalink
Merge pull request #95 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.2
  • Loading branch information
LikeTheSalad authored Sep 29, 2023
2 parents 4ee97f1 + 1f42d04 commit 8e91933
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.1")
classpath("com.android.tools.build:gradle:8.1.2")
classpath("net.bytebuddy:byte-buddy-gradle-plugin:${property("bytebuddy.version")}")
}
}
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.1")
implementation("com.android.tools.build:gradle:8.1.2")

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

0 comments on commit 8e91933

Please sign in to comment.