Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
Google repositories should be first.
  • Loading branch information
TodorBalabanov authored Dec 26, 2018
1 parent fcb452d commit c67e0c0
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,8 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
Expand All @@ -11,7 +11,7 @@ buildscript {

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

0 comments on commit c67e0c0

Please sign in to comment.