Skip to content

Commit

Permalink
update agp, kotlin version (#5994)
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Nov 4, 2024
1 parent 3f8d695 commit 7be0fce
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 @@ -4,8 +4,8 @@ buildscript {
mavenCentral()
}
dependencies {
val kotlinVersion = "2.0.0"
classpath("com.android.tools.build:gradle:8.7.1")
val kotlinVersion = "2.0.21"
classpath("com.android.tools.build:gradle:8.7.2")
classpath(kotlin("gradle-plugin", version = kotlinVersion))
}
}
Expand Down

0 comments on commit 7be0fce

Please sign in to comment.