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 60f10dc commit 0864994Copy full SHA for 0864994
build.gradle
@@ -22,7 +22,7 @@ buildscript {
22
mavenCentral()
23
}
24
dependencies {
25
- classpath 'com.android.tools.build:gradle:8.8.0'
+ classpath 'com.android.tools.build:gradle:8.8.1'
26
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
27
28
// NOTE: Do not place your application dependencies here; they belong
@@ -32,7 +32,7 @@ buildscript {
32
33
plugins {
34
id 'org.jetbrains.kotlin.android' version '2.1.10' apply false
35
- id 'com.google.devtools.ksp' version '2.1.10-1.0.29' apply false
+ id 'com.google.devtools.ksp' version '2.1.10-1.0.30' apply false
36
37
38
allprojects {
0 commit comments