| // Top-level build file where you can add configuration options common to all sub-projects/modules. |
| |
| buildscript { |
| repositories { |
| // AndroidGradleTestCase: This section will be populated automatically |
| |
| // Manual testing: uncomment the following lines: |
| // google() |
| // jcenter() |
| } |
| dependencies { |
| // AndroidGradleTestCase: This section will be updated automatically |
| // Manual testing: Update the gradle plugin version. |
| classpath 'com.android.tools.build:gradle:1.5.0' |
| } |
| } |
| |
| allprojects { |
| repositories { |
| // AndroidGradleTestCase: This section will be populated automatically. |
| |
| // Manual testing: Uncomment the following lines: |
| // google() |
| // jcenter() |
| } |
| } |
| task clean(type: Delete) { |
| delete rootProject.buildDir |
| } |