Skip to content

Commit 16bab8c

Browse files
chore(deps): update kotlin monorepo to v1.8.21
1 parent a587ef4 commit 16bab8c

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.8.21' 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.8.21'
33
repositories {
44
google()
55
mavenCentral()

0 commit comments

Comments
 (0)