Artifact b046e994b64f75bdfd52d2c1858a9dc3421da57a:
- File build.gradle — part of check-in [df18f25465] at 2017-11-13 18:48:50 on branch experimental — Upgrade to gradle 3.0. Remove ApplicationTest class (not required?). (user: dan size: 498) [more...]
// Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.0.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } } allprojects { repositories { jcenter() } } task clean(type: Delete) { delete rootProject.buildDir }