Skip to content

Commit ecd807a

Browse files
fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.2.21 (#374)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1293439 commit ecd807a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.gradle.api.internal.classpath.ModuleRegistry
22
import org.gradle.api.internal.project.ProjectInternal
33

44
buildscript {
5-
ext.kotlinVersion = '2.2.20'
5+
ext.kotlinVersion = '2.2.21'
66
ext.androidGradlePluginVersion = '8.13.0'
77

88
repositories {

0 commit comments

Comments
 (0)