Skip to content

Commit fec3773

Browse files
Update kotlin monorepo to v2.1.21 (#187)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6b0263a commit fec3773

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

native_image_cropper/example/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pluginManagement {
1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
2121
id "com.android.application" version "8.10.0" apply false
22-
id "org.jetbrains.kotlin.android" version "2.1.20" apply false
22+
id "org.jetbrains.kotlin.android" version "2.1.21" apply false
2323
}
2424

2525
include ":app"

native_image_cropper_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
kotlin_version = '2.1.20'
3+
kotlin_version = '2.1.21'
44
ktlintPluginVersion = '12.2.0'
55
}
66

native_image_cropper_android/example/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pluginManagement {
1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
2121
id "com.android.application" version "8.10.0" apply false
22-
id "org.jetbrains.kotlin.android" version "2.1.20" apply false
22+
id "org.jetbrains.kotlin.android" version "2.1.21" apply false
2323
}
2424

2525
include ":app"

0 commit comments

Comments
 (0)