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.
2 parents 00e7dbd + 4154c0e commit 3762bd0Copy full SHA for 3762bd0
build.gradle
@@ -37,8 +37,10 @@ repositories {
37
}
38
39
dependencies {
40
- compile 'com.android.tools.build:gradle:3.0.0'
+ compileOnly 'com.android.tools.build:gradle:3.0.0'
41
+ compile 'com.google.guava:guava:22.0'
42
compile gradleApi()
43
+ testCompile 'com.android.tools.build:gradle:3.0.0'
44
testCompile gradleTestKit()
45
testCompile "junit:junit:4.12"
46
testCompile "org.spockframework:spock-core:1.1-groovy-2.4@jar"
0 commit comments