Skip to content

Commit 7a4a555

Browse files
committed
Remove guava hard dependency.
1 parent b1c6522 commit 7a4a555

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

firestore/integration_test_internal/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,6 @@ android {
5151
java.srcDirs = ['src/android/java']
5252
res.srcDirs = ['res']
5353
}
54-
all {
55-
configurations.getByName(runtimeClasspathConfigurationName) {
56-
attributes.attribute(Attribute.of("org.gradle.jvm.environment", String), "standard-jvm")
57-
}
58-
configurations.getByName(compileClasspathConfigurationName) {
59-
attributes.attribute(Attribute.of("org.gradle.jvm.environment", String), "standard-jvm")
60-
}
61-
}
6254
}
6355

6456
Properties localProperties = new Properties()

0 commit comments

Comments
 (0)