Skip to content

Commit

Permalink
build error
Browse files Browse the repository at this point in the history
Fixing error 'Failed to resolve: play-services-basement Open File'
  • Loading branch information
anilbattini committed Jan 14, 2019
1 parent eace798 commit 14050ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Expand Up @@ -15,14 +15,13 @@ buildscript {

allprojects {
repositories {
google()
maven { url 'https://maven.fabric.io/public' }
maven { url "http://dl.bintray.com/populov/maven" }
jcenter()
maven {
url "http://oss.sonatype.org/content/repositories/snapshots"
}

google()
}

}
Expand All @@ -31,4 +30,4 @@ ext {
travisBuild = System.getenv("TRAVIS") == "true"
// allows for -Dpre-dex=false to be set
preDexEnabled = "true".equals(System.getProperty("pre-dex", "true"))
}
}

0 comments on commit 14050ba

Please sign in to comment.