Skip to content

Commit 0864994

Browse files
Update all dependencies
1 parent 60f10dc commit 0864994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildscript {
2222
mavenCentral()
2323
}
2424
dependencies {
25-
classpath 'com.android.tools.build:gradle:8.8.0'
25+
classpath 'com.android.tools.build:gradle:8.8.1'
2626
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2727

2828
// NOTE: Do not place your application dependencies here; they belong
@@ -32,7 +32,7 @@ buildscript {
3232

3333
plugins {
3434
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
35+
id 'com.google.devtools.ksp' version '2.1.10-1.0.30' apply false
3636
}
3737

3838
allprojects {

0 commit comments

Comments
 (0)