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 {
repositories {
// dependabot cannot handle google()
maven {
url = uri("https://dl.google.com/dl/android/maven2")
}
// dependabot cannot handle mavenCentral()
maven {
url = uri("https://repo.maven.apache.org/maven2")
}
google()
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:7.3.1")