Skip to content

Commit

Permalink
Cleanup maven
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Nov 2, 2023
1 parent 44f8eed commit c741298
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,30 +1,16 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
repositories {
maven {
url 'https://maven.google.com/'
name 'Google'
}
google() // new which replace https://maven.google.com
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

allprojects {
repositories {
maven {
url 'https://maven.google.com/'
name 'Google'
}
google() // new which replace https://maven.google.com
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
Expand Down

0 comments on commit c741298

Please sign in to comment.