Skip to content

Commit 0e38d55

Browse files
committed
Remove jitpack repository
1 parent ac01c64 commit 0e38d55

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ buildscript {
55
mavenCentral()
66
jcenter()
77
maven { url "https://plugins.gradle.org/m2/" }
8-
maven { url 'https://jitpack.io' }
98
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
109
google()
1110
}
@@ -43,7 +42,6 @@ allprojects {
4342
repositories {
4443
mavenCentral()
4544
jcenter()
46-
maven { url 'https://jitpack.io' }
4745
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
4846
maven { url "https://plugins.gradle.org/m2/" }
4947
google()
@@ -52,7 +50,6 @@ allprojects {
5250

5351
repositories {
5452
mavenCentral()
55-
maven { url 'https://jitpack.io' }
5653
maven { url 'https://kotlin.bintray.com/kotlinx' }
5754
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
5855
google()

0 commit comments

Comments
 (0)