Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
chore(project): update top level build gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoboschini committed Dec 11, 2018
1 parent 5a833d5 commit f795ae8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
buildscript {
repositories {
jcenter()
maven { url "https://maven.google.com" }
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
// classpath "com.github.dcendents:android-maven-gradle-plugin:1.4.1"
classpath 'com.google.gms:google-services:3.1.1'
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.google.gms:google-services:4.0.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -17,9 +16,12 @@ buildscript {

allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://maven.google.com" }
flatDir {
dirs 'libs'
}
}
}

Expand Down

0 comments on commit f795ae8

Please sign in to comment.