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 afb197f + 1f85a4d commit 7f374c3
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 7f374c3

Please sign in to comment.