Skip to content

Commit 3f4e3cc

Browse files
authored
fix(core): fix kotlin gradle version for integrations (#109)
1 parent 9511c98 commit 3f4e3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/integrations/template/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:3.1.4'
11-
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.0'
11+
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.21'
1212
}
1313
}
1414

0 commit comments

Comments
 (0)