Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Aries Hoo authored Jun 8, 2018
1 parent ab906d8 commit fe89ead
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ buildscript {
repositories {
jcenter()
google()
maven {
url 'https://maven.google.com'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
Expand All @@ -13,6 +16,9 @@ allprojects {
repositories {
jcenter()
google()
maven {
url 'https://maven.google.com'
}
maven { url "https://jitpack.io" }
}
}
Expand Down

0 comments on commit fe89ead

Please sign in to comment.