Skip to content
Snippets Groups Projects
Select Git revision
  • afbd90e5098c0352862faf0b62bbd306eb5a9c0e
  • master default
  • add-license-1
  • 6.2
  • 6.0
  • 5.3b
  • 5.1
  • 4.12
  • 4.4
  • 4.3
10 results

build.gradle

Blame
  • build.gradle 587 B
    // Top-level build file where you can add configuration options common to all sub-projects/modules.
    
    buildscript {
    
        repositories {
            jcenter()
            mavenCentral()
            maven { url "https://jitpack.io" }
        }
    
        dependencies {
            classpath 'com.android.tools.build:gradle:2.1.0'
            classpath 'com.github.hamsterksu:android-appversion-gradle-plugin:1.2.0'
    
            // NOTE: Do not place your application dependencies here; they belong
            // in the individual module build.gradle files
        }
    }
    
    task clean(type: Delete) {
        delete rootProject.buildDir
    }