Skip to content

Commit

Permalink
used google() repository shortcut instead of its maven url
Browse files Browse the repository at this point in the history
  • Loading branch information
SaeedZhiany committed Jan 8, 2020
1 parent fbf4c73 commit 46c19de
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@

buildscript {
repositories {
google()
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
Expand All @@ -17,10 +14,7 @@ buildscript {

allprojects {
repositories {
google()
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
}
}

0 comments on commit 46c19de

Please sign in to comment.