Skip to content

Commit

Permalink
add maven url to comply with v4:25 (#6373)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeshmz authored and arturoc committed Sep 30, 2019
1 parent fa81f54 commit b34f9a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/templates/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ buildscript {
allprojects {
repositories {
jcenter()
maven{ url "https://maven.google.com" }
}
}

Expand Down

0 comments on commit b34f9a9

Please sign in to comment.