Skip to content

Commit

Permalink
Update dependency com.android.tools.build:gradle to v8.2.1 (#727)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 10, 2024
1 parent 0a608a8 commit a3ea6b4
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.2.0")
classpath("com.android.tools.build:gradle:8.2.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.2.0")
implementation("com.android.tools.build:gradle:8.2.1")

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

0 comments on commit a3ea6b4

Please sign in to comment.