Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
aliab authored Nov 4, 2017
1 parent 232e8d9 commit eea77f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
buildscript {
repositories {
jcenter()
maven { url 'https://maven.google.com' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
Expand All @@ -15,7 +16,7 @@ buildscript {
allprojects {
repositories {
jcenter()
google()
maven { url 'https://maven.google.com' }
}
}

Expand Down

0 comments on commit eea77f5

Please sign in to comment.