Skip to content

Commit

Permalink
fixing error 'Failed to resolve: support-fragment' by changing the re…
Browse files Browse the repository at this point in the history
…pository order
  • Loading branch information
ericnjogu committed Jun 13, 2018
1 parent e6b7897 commit 9f6720e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,8 +2,8 @@

buildscript {
repositories {
jcenter()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
Expand All @@ -19,8 +19,8 @@ allprojects {
buildDir = "C:/tmp/${rootProject.name}/${project.name}"
}
repositories {
jcenter()
google()
jcenter()
}
}

Expand Down

0 comments on commit 9f6720e

Please sign in to comment.