Skip to content

Commit

Permalink
Drop Gradle back to 8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Sep 19, 2024
1 parent 21a97fb commit 86a2d22
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 @@ -11,7 +11,7 @@ buildscript {
}

dependencies {
classpath("com.android.tools.build:gradle:8.6.1")
classpath("com.android.tools.build:gradle:8.6.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version")
classpath("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6")
classpath("org.jlleitschuh.gradle:ktlint-gradle:12.1.1")
Expand Down

0 comments on commit 86a2d22

Please sign in to comment.