Skip to content

Commit

Permalink
Remove jcenter
Browse files Browse the repository at this point in the history
  • Loading branch information
ykws authored and k-shinn committed Mar 24, 2021
1 parent f763683 commit 8b61ddd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ buildscript {
repositories {
google()
mavenCentral()
jcenter()
maven { url = "https://dl.bintray.com/kotlin/kotlin-eap" }
}
dependencies {
Expand All @@ -34,7 +33,6 @@ plugins {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url 'https://androidx.dev/snapshots/builds/6767375/artifacts/ui/repository' }
maven { url = "https://dl.bintray.com/kotlin/kotlin-eap" }
Expand All @@ -50,7 +48,6 @@ allprojects {
repositories {
google()
mavenCentral()
// jcenter()
}

apply plugin: 'com.diffplug.spotless'
Expand Down

0 comments on commit 8b61ddd

Please sign in to comment.