Skip to content

Commit

Permalink
change google() to url refs.
Browse files Browse the repository at this point in the history
  • Loading branch information
coleman committed Jul 28, 2020
1 parent 2fb0eb9 commit 14c135f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Android/global_config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ def addRepos(RepositoryHandler handler) {
}
handler.jcenter()

handler.google()
handler.maven{
url 'https://maven.google.com'
}
handler.maven {
url 'https://dl.bintray.com/aoe/maven'
}
Expand Down

0 comments on commit 14c135f

Please sign in to comment.