We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41aa215 commit fe75d8bCopy full SHA for fe75d8b
buildSrc/build.gradle.kts
@@ -4,8 +4,8 @@ plugins {
4
5
dependencies {
6
implementation(kotlin("bom"))
7
- implementation("com.android.tools.build:gradle:8.1.4")
8
- implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20")
+ implementation("com.android.tools.build:gradle:8.2.0")
+ implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22")
9
// implementation("org.jetbrains.kotlin:kotlin-serialization")
10
implementation("org.kohsuke:github-api:1.316")
11
}
0 commit comments