Skip to content

Commit 613760b

Browse files
authored
Fix kotlin version for examples (#1091)
1 parent eecbbca commit 613760b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flutter/example/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.5.31'
2+
ext.kotlin_version = '1.6.21'
33
repositories {
44
google()
55
mavenCentral()

min_version_test/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.5.31'
2+
ext.kotlin_version = '1.6.21'
33
repositories {
44
google()
55
mavenCentral()

0 commit comments

Comments
 (0)