Skip to content
This repository was archived by the owner on Aug 22, 2020. It is now read-only.

Commit 6000475

Browse files
authored
Update build.gradle
1 parent 8c42cb7 commit 6000475

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
buildscript {
2-
ext.kotlin_version = '1.2.21'
2+
ext.kotlin_version = '1.2.21'
33
repositories {
44
jcenter()
5-
google()
5+
google()
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:3.0.1'
9-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
9+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1010
}
1111
}
1212

0 commit comments

Comments
 (0)