Skip to content

Commit

Permalink
maven google
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshakhegde committed Aug 27, 2017
1 parent 6fe0c94 commit 968b5dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
repositories {
jcenter()
google()
maven { url 'https://maven.google.com' }
}
dependencies {
classpath "com.android.tools.build:gradle:$compiler_version"
Expand All @@ -22,7 +22,7 @@ buildscript {

allprojects {
repositories {
google()
maven { url 'https://maven.google.com' }
jcenter()
maven { url "https://jitpack.io" }
}
Expand Down

0 comments on commit 968b5dc

Please sign in to comment.