Skip to content

Commit

Permalink
Update dependencies and plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroyer committed Dec 20, 2024
1 parent 04d32ed commit 4830c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
`kotlin-dsl`
id("com.gradle.plugin-publish") version "1.3.0"
id("com.diffplug.spotless") version "6.25.0"
id("com.android.lint") version "8.7.2"
id("com.android.lint") version "8.7.3"
id("org.nosphere.gradle.github.actions") version "1.4.0"
}

Expand Down Expand Up @@ -44,7 +44,7 @@ gradle.taskGraph.whenReady {
}
}

val errorproneVersion = "2.35.1"
val errorproneVersion = "2.36.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 4830c03

Please sign in to comment.