Advertisement
Guest User

build.gradle

a guest
Oct 1st, 2016
26,640
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.43 KB | None | 0 0
  1. // Top-level build file where you can add configuration options common to all sub-projects/modules.
  2. buildscript {
  3. repositories {
  4. jcenter()
  5. }
  6. dependencies {
  7. classpath 'com.android.tools.build:gradle:2.2.0'
  8. // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }
  9. }
  10. allprojects {
  11. repositories {
  12. jcenter()
  13. }
  14. }
  15. task clean(type: Delete) {
  16. delete rootProject.buildDir
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement