Skip to content

Commit a1cb4ab

Browse files
chore(deps): update kotlin monorepo to v1.9.20
1 parent bf23b74 commit a1cb4ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

example-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
plugins {
33
id 'com.android.application' version '7.4.2' apply false
44
id 'com.android.library' version '7.4.2' apply false
5-
id 'org.jetbrains.kotlin.android' version '1.7.21' apply false
5+
id 'org.jetbrains.kotlin.android' version '1.9.20' apply false
66
}

example_flutter/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.7.10'
2+
ext.kotlin_version = '1.9.20'
33
repositories {
44
google()
55
mavenCentral()

0 commit comments

Comments
 (0)