We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a898374 + da270dc commit 6d7a085Copy full SHA for 6d7a085
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
+ maven {url 'https://maven.google.com'}
8
+ maven { url 'https://jitpack.io' }
9
+ jcenter()
10
+ mavenCentral()
11
+ }
12
+ dependencies {
13
+ classpath 'com.android.tools.build:gradle:3.4.1'
14
15
+}
16
17
+allprojects {
18
19
20
21
22
23
24
25
26
27
+task clean(type: Delete) {
28
+ delete rootProject.buildDir
29
0 commit comments