Skip to content

Commit

Permalink
fix(deps): update dependency com.android.tools.build:gradle to v8.7.0
Browse files Browse the repository at this point in the history
| datasource | package                        | from  | to    |
| ---------- | ------------------------------ | ----- | ----- |
| maven      | com.android.tools.build:gradle | 8.6.1 | 8.7.0 |
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent 063a4d7 commit 918145a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
}
dependencies {
classpath("com.android.tools.build:gradle:8.6.1")
classpath("com.android.tools.build:gradle:8.7.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.17.1")
Expand Down

0 comments on commit 918145a

Please sign in to comment.