Skip to content

Commit

Permalink
Merge pull request #646 from guusdk/conf_switch-maven-repo
Browse files Browse the repository at this point in the history
[conf] Switch order of Maven repositories
  • Loading branch information
Flowdalic authored Nov 8, 2024
2 parents 7ca5fb1 + 1f85a4d commit 3291faf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ext {
}

repositories {
mavenLocal()
mavenCentral()
mavenLocal()
}

def getAndroidRuntimeJar() {
Expand Down

0 comments on commit 3291faf

Please sign in to comment.