Skip to content

Commit fe75d8b

Browse files
committed
update dependencies
1 parent 41aa215 commit fe75d8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ plugins {
44

55
dependencies {
66
implementation(kotlin("bom"))
7-
implementation("com.android.tools.build:gradle:8.1.4")
8-
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20")
7+
implementation("com.android.tools.build:gradle:8.2.0")
8+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22")
99
// implementation("org.jetbrains.kotlin:kotlin-serialization")
1010
implementation("org.kohsuke:github-api:1.316")
1111
}

0 commit comments

Comments
 (0)