Skip to content

Commit

Permalink
Put google() before jcenter() (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpicyCactuar authored Jun 7, 2018
1 parent 0db39c4 commit 67a5d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

buildscript {
repositories {
jcenter()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.0'
Expand All @@ -17,8 +17,8 @@ buildscript {

allprojects {
repositories {
jcenter()
google()
jcenter()
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}
}
Expand Down

0 comments on commit 67a5d7b

Please sign in to comment.