Skip to content

Commit 0b66866

Browse files
committed
Revert "Remove jcenter due to bintray deprecation"
This reverts commit f1a959a
1 parent 70cd980 commit 0b66866

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ buildscript {
33

44
repositories {
55
mavenCentral()
6+
jcenter()
67
maven { url "https://plugins.gradle.org/m2/" }
78
maven { url 'https://jitpack.io' }
89
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
@@ -41,6 +42,7 @@ allprojects {
4142
buildscript {
4243
repositories {
4344
mavenCentral()
45+
jcenter()
4446
maven { url 'https://jitpack.io' }
4547
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
4648
google()
@@ -53,6 +55,7 @@ allprojects {
5355
maven { url 'https://kotlin.bintray.com/kotlinx' }
5456
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
5557
google()
58+
jcenter()
5659
}
5760

5861
apply plugin: 'kotlin'

0 commit comments

Comments
 (0)