Rev 1 | AutorÃa | Comparar con el anterior | Ultima modificación | Ver Log |
// Top-level build file where you can add configuration options common to all sub-projects/modules.buildscript {repositories {mavenCentral()google()jcenter()}dependencies {classpath 'com.android.tools.build:gradle:7.1.2'/*classpath 'com.android.tools.build:gradle:4.2.0'*/classpath 'com.google.gms:google-services:4.3.10'// Add the Crashlytics Gradle plugin (be sure to add version// 2.0.0 or later if you built your app with Android Studio 4.1).classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1'classpath 'com.google.firebase:perf-plugin:1.4.1'// NOTE: Do not place your application dependencies here; they belong// in the individual module build.gradle files}}allprojects {repositories {mavenCentral()google()jcenter()maven { url 'https://jitpack.io' }}tasks.withType(JavaCompile) {options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"}}task clean(type: Delete) {delete rootProject.buildDir}