Skip to content

Commit b1c0dfc

Browse files
Update all dependencies (#133)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent da33229 commit b1c0dfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 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.20"
19+
ext.kotlin_version = "2.1.21"
2020
repositories {
2121
google()
2222
mavenCentral()
@@ -31,8 +31,8 @@ buildscript {
3131
}
3232

3333
plugins {
34-
id 'org.jetbrains.kotlin.android' version '2.1.20' apply false
35-
id 'com.google.devtools.ksp' version '2.1.20-2.0.1' apply false
34+
id 'org.jetbrains.kotlin.android' version '2.1.21' apply false
35+
id 'com.google.devtools.ksp' version '2.1.21-2.0.1' apply false
3636
}
3737

3838
allprojects {

0 commit comments

Comments
 (0)