Skip to content

Commit 893961e

Browse files
committed
Merge branch 'main' into enha/flutter-min-version-test
2 parents c028b3e + 613760b commit 893961e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flutter/example/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.5.31'
2+
ext.kotlin_version = '1.6.21'
33
repositories {
44
google()
55
mavenCentral()

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

0 commit comments

Comments
 (0)