Skip to content

Commit a326b62

Browse files
authored
Merge pull request #24 from nstrelow/patch-1
Upgrade kotlin_version to support newer Gradle
2 parents f1512c0 + 105b4d9 commit a326b62

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)