Skip to content

Commit 3762bd0

Browse files
authored
Merge pull request #73 from gradle/lptr/fix-forced-android-3.0.0
Do not enforce Android 3.0.0 as a plugin dependency
2 parents 00e7dbd + 4154c0e commit 3762bd0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ repositories {
3737
}
3838

3939
dependencies {
40-
compile 'com.android.tools.build:gradle:3.0.0'
40+
compileOnly 'com.android.tools.build:gradle:3.0.0'
41+
compile 'com.google.guava:guava:22.0'
4142
compile gradleApi()
43+
testCompile 'com.android.tools.build:gradle:3.0.0'
4244
testCompile gradleTestKit()
4345
testCompile "junit:junit:4.12"
4446
testCompile "org.spockframework:spock-core:1.1-groovy-2.4@jar"

0 commit comments

Comments
 (0)