Skip to content

Commit be0bb30

Browse files
Update all dependencies
1 parent 2383959 commit be0bb30

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ android {
5757
compose = true
5858
}
5959
composeOptions {
60-
kotlinCompilerExtensionVersion = "1.5.3"
60+
kotlinCompilerExtensionVersion = "1.5.15"
6161
}
6262
packaging {
6363
resources {

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
plugins {
1919
id("com.android.application") version "8.7.3" apply false
2020
id("com.android.library") version "8.7.3" apply false
21-
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
21+
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
2222
}

0 commit comments

Comments
 (0)