Codebase list crossguid / run/9476235b-f0c3-4702-961d-c4b8e96540f3/main android / build.gradle
run/9476235b-f0c3-4702-961d-c4b8e96540f3/main

Tree @run/9476235b-f0c3-4702-961d-c4b8e96540f3/main (Download .tar.gz)

build.gradle @run/9476235b-f0c3-4702-961d-c4b8e96540f3/main

0f27c74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {

    repositories {
        maven { url 'https://maven.google.com' }
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.0.0-alpha3'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

allprojects {
    repositories {
        maven { url 'https://maven.google.com' }
        jcenter()
    }
}

task clean(type: Delete) {
    delete rootProject.buildDir
}