Skip to content

Commit 52eb20c

Browse files
authored
Merge pull request #547 from Adyen/renovate/kotlin-monorepo
Update kotlin monorepo
2 parents 111e5aa + 6d96a59 commit 52eb20c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.9.23'
2+
ext.kotlin_version = '1.9.25'
33
repositories {
44
google()
55
mavenCentral()

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.9.2" apply false
22-
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
22+
id "org.jetbrains.kotlin.android" version "2.2.21" apply false
2323
}
2424

2525
include ':app'

0 commit comments

Comments
 (0)