Proyectos de Subversion LeadersLinked - Android

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
 
3
buildscript {
4
 
5
    repositories {
6
        google()
7
        jcenter()
8
 
9
    }
10
    dependencies {
11
        classpath 'com.android.tools.build:gradle:8.1.1'
12
        // Add the following line:
13
        classpath 'com.google.gms:google-services:4.3.14'// Google Services plugin
14
 
15
 
16
        // NOTE: Do not place your application dependencies here; they belong
17
        // in the individual module build.gradle files
18
    }
19
}
20
 
21
allprojects {
22
    repositories {
23
        google()
24
        jcenter()
25
 
26
    }
27
}
28
 
29
task clean(type: Delete) {
30
    delete rootProject.buildDir
31
}