Skip to content

Commit

Permalink
feat: Remove dependency on jcenter. (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
arriolac committed Apr 23, 2021
1 parent cc2ea9f commit 52eaeea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -3,7 +3,7 @@ buildscript {
ext.kotlin_version = "1.4.20"
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:4.1.1"
Expand All @@ -17,7 +17,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}

Expand Down

0 comments on commit 52eaeea

Please sign in to comment.