Skip to content

Commit e3bbb67

Browse files
authored
Update build.gradle
1 parent 92e3cfd commit e3bbb67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.4-M1'
4+
ext.kotlin_version = '1.6.10'
55
repositories {
66
google()
77
jcenter()
8-
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
8+
mavenCentral()
99
}
1010
dependencies {
1111
classpath 'com.android.tools.build:gradle:3.6.3'
@@ -20,7 +20,7 @@ allprojects {
2020
repositories {
2121
google()
2222
jcenter()
23-
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
23+
mavenCentral()
2424
}
2525
}
2626

0 commit comments

Comments
 (0)