Lines Matching full:gradle
2 // of tool versions (gradle plugin, compile SDK, build tools), so that
3 // Volley can be built via gradle as a standalone project.
5 // Any other changes to the build config belong in rules.gradle, which
9 // Most users should just add this line to settings.gradle:
12 // If you have a more complicated Gradle setup you can choose to use
15 // project(':volley').buildFileName = 'rules.gradle'
17 import net.ltgt.gradle.errorprone.CheckSeverity
25 classpath 'com.android.tools.build:gradle:3.2.1'
31 // NOTE: 0.7 or newer will require upgrading to a newer Android gradle plugin:
32 …// https://github.com/tbroyer/gradle-errorprone-plugin/commit/65b1026ebeae1b7ed8c28578c7f6eea512c1…
53 // https://github.com/tbroyer/gradle-errorprone-plugin#jdk-8-support
75 apply from: 'rules.gradle'
76 apply from: 'bintray.gradle'