Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Dec 28, 2023
1 parent 62791e2 commit 701e093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.0.0'
classpath "org.jlleitschuh.gradle:ktlint-gradle:11.5.1"
classpath 'com.android.tools.build:gradle:8.1.4'
classpath "org.jlleitschuh.gradle:ktlint-gradle:12.0.3"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.9.10"
}
Expand Down

0 comments on commit 701e093

Please sign in to comment.