drop non-working dependabot workaround

This commit is contained in:
Daniel Micay 2022-12-25 10:12:34 -05:00
parent aaa93a6f88
commit 45a0952296

View File

@ -1,13 +1,7 @@
buildscript { buildscript {
repositories { repositories {
// dependabot cannot handle google() google()
maven { mavenCentral()
url = uri("https://dl.google.com/dl/android/maven2")
}
// dependabot cannot handle mavenCentral()
maven {
url = uri("https://repo.maven.apache.org/maven2")
}
} }
dependencies { dependencies {
classpath("com.android.tools.build:gradle:7.3.1") classpath("com.android.tools.build:gradle:7.3.1")