Skip to content

Commit

Permalink
build.gradle refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
zagum committed Oct 31, 2017
1 parent 1c21bde commit 2f4bd10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
repositories {
jcenter()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
Expand All @@ -10,8 +10,8 @@ buildscript {

allprojects {
repositories {
jcenter()
google()
jcenter()
}
}

Expand Down

0 comments on commit 2f4bd10

Please sign in to comment.