Skip to content

Commit 363d6b0

Browse files
committed
Fix lint issue related to spoon integration.
1 parent b81db1f commit 363d6b0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build.gradle

+6-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ buildscript {
2323
dependencies {
2424
classpath 'com.android.tools.build:gradle:1.2.3'
2525
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4'
26-
classpath 'com.stanfy.spoon:spoon-gradle-plugin:1.0.2'
26+
27+
classpath('com.stanfy.spoon:spoon-gradle-plugin:1.0.2') {
28+
exclude module: 'guava'
29+
}
30+
classpath 'com.google.guava:guava:18.0'
31+
2732
}
2833
}
2934

0 commit comments

Comments
 (0)