From c741298db7f3f542f03a407927fad67167a370b7 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Thu, 2 Nov 2023 09:00:40 +0100 Subject: [PATCH] Cleanup maven --- build.gradle | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/build.gradle b/build.gradle index b1489f0..633a4c5 100644 --- a/build.gradle +++ b/build.gradle @@ -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' } }