We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735cacd commit 37a35b9Copy full SHA for 37a35b9
build.gradle
@@ -0,0 +1,29 @@
1
+// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
+
3
+buildscript {
4
5
+ repositories {
6
+ google()
7
+ jcenter()
8
9
+ }
10
+ dependencies {
11
+ classpath 'com.android.tools.build:gradle:3.6.0-rc03'
12
13
14
+ // NOTE: Do not place your application dependencies here; they belong
15
+ // in the individual module build.gradle files
16
17
+}
18
19
+allprojects {
20
21
22
23
24
25
26
27
+task clean(type: Delete) {
28
+ delete rootProject.buildDir
29
0 commit comments