Skip to content

Commit

Permalink
Fixed build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
zt64 committed Dec 13, 2021
1 parent a3e4452 commit cdfed35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
repositories {
google()
mavenCentral()
mavenLocal()
// mavenLocal()
maven("https://jitpack.io")
}
dependencies {
Expand All @@ -19,7 +19,7 @@ allprojects {
repositories {
google()
mavenCentral()
mavenLocal()
// mavenLocal()
maven("https://jitpack.io")
}
}
Expand Down

0 comments on commit cdfed35

Please sign in to comment.