Skip to content

Commit 66ab25b

Browse files
Update all dependencies 2.1.21 to v2.2.0 (#149)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ff067f5 commit 66ab25b

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.21"
19+
ext.kotlin_version = "2.2.0"
2020
repositories {
2121
google()
2222
mavenCentral()
@@ -31,7 +31,7 @@ buildscript {
3131
}
3232

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

0 commit comments

Comments
 (0)