Skip to content

Commit

Permalink
drop non-working dependabot workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Dec 25, 2022
1 parent 54b3123 commit d879ef7
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit d879ef7

Please sign in to comment.