Skip to content

Commit

Permalink
Upgrade kotlin_version to support newer Gradle
Browse files Browse the repository at this point in the history
Fixes build error: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.40 and higher.
  • Loading branch information
nstrelow authored May 12, 2021
1 parent f1512c0 commit 105b4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group 'com.whelksoft.flutter_native_timezone'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.3.21'
ext.kotlin_version = '1.3.40'
repositories {
google()
jcenter()
Expand Down

0 comments on commit 105b4d9

Please sign in to comment.