Skip to content

Commit

Permalink
Fix kotlin version for examples (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Oct 25, 2022
1 parent eecbbca commit 613760b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flutter/example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.5.31'
ext.kotlin_version = '1.6.21'
repositories {
google()
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion min_version_test/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.5.31'
ext.kotlin_version = '1.6.21'
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit 613760b

Please sign in to comment.