Skip to content

Commit

Permalink
Update to latest gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
fr3ts0n committed Dec 15, 2023
1 parent 152bca4 commit 7eec40e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
Expand All @@ -11,7 +11,7 @@ buildscript {

allprojects {
repositories {
jcenter()
mavenCentral()
google()
}
}

0 comments on commit 7eec40e

Please sign in to comment.