Skip to content

Commit 105b4d9

Browse files
authored
Upgrade kotlin_version to support newer Gradle
Fixes build error: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.40 and higher.
1 parent f1512c0 commit 105b4d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group 'com.whelksoft.flutter_native_timezone'
22
version '1.0-SNAPSHOT'
33

44
buildscript {
5-
ext.kotlin_version = '1.3.21'
5+
ext.kotlin_version = '1.3.40'
66
repositories {
77
google()
88
jcenter()

0 commit comments

Comments
 (0)