Skip to content

Commit

Permalink
Clean up jcenter references
Browse files Browse the repository at this point in the history
  • Loading branch information
Xlythe committed Aug 28, 2022
1 parent e93af16 commit db64727
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 @@ -2,13 +2,11 @@

buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.2'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'

// NOTE: Do not place your application dependencies here; they belong
Expand All @@ -18,7 +16,6 @@ buildscript {

allprojects {
repositories {
jcenter()
mavenCentral()
google()
}
Expand Down

0 comments on commit db64727

Please sign in to comment.