Artifact 3c59272c53e0ce907339c2f8c24b5144b98c98db:
- File build.gradle — part of check-in [193bea893f] at 2018-09-04 17:24:47 on branch trunk — Upgrade gradle version to 3.1.4. (user: dan size: 515)
// Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { jcenter() google() } dependencies { classpath 'com.android.tools.build:gradle:3.1.4' // 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 }