Skip to content

Commit

Permalink
Move from jcenter() to mavenCentral()
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Sep 2, 2022
1 parent 57056d0 commit 121bb71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {

repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.3'
Expand All @@ -17,7 +17,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:deprecation"
Expand Down

0 comments on commit 121bb71

Please sign in to comment.