Skip to content

Commit

Permalink
eliminate jcenter()
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ayush2903 committed Mar 24, 2021
1 parent aafa367 commit 32724da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
gradlePluginPortal()
}
dependencies {
classpath(deps.Plugins.androidGradlePlugin)
Expand All @@ -15,9 +16,9 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
gradlePluginPortal()
}
}

Expand Down

0 comments on commit 32724da

Please sign in to comment.