Skip to content

Commit

Permalink
Add jcenter
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelaysam committed Sep 29, 2018
1 parent 01d89c1 commit ed01d96
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
buildscript {
repositories {
mavenCentral()
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
Expand All @@ -10,8 +11,9 @@ buildscript {

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

Expand Down

0 comments on commit ed01d96

Please sign in to comment.