Skip to content

Commit 60f10dc

Browse files
Update all dependencies (#94)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 98983c4 commit 60f10dc

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
@@ -16,7 +16,7 @@
1616

1717
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818
buildscript {
19-
ext.kotlin_version = "2.1.0"
19+
ext.kotlin_version = "2.1.10"
2020
repositories {
2121
google()
2222
mavenCentral()
@@ -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.0-1.0.29' apply false
35+
id 'com.google.devtools.ksp' version '2.1.10-1.0.29' apply false
3636
}
3737

3838
allprojects {

0 commit comments

Comments
 (0)