Skip to content

Commit

Permalink
Specify google() before jcenter()
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Apr 1, 2018
1 parent 746f2b0 commit 94f4239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
repositories {
jcenter()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.0'
Expand Down

0 comments on commit 94f4239

Please sign in to comment.