File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
firestore/integration_test_internal Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,14 @@ android {
51
51
java. srcDirs = [' src/android/java' ]
52
52
res. srcDirs = [' res' ]
53
53
}
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
+ }
54
62
}
55
63
56
64
Properties localProperties = new Properties ()
@@ -98,12 +106,6 @@ android {
98
106
}
99
107
}
100
108
101
- dependencies {
102
- implementation ' com.google.guava:guava:32.0.1-android' {
103
- force = true
104
- }
105
- }
106
-
107
109
apply from : " $gradle . firebase_cpp_sdk_dir /Android/firebase_dependencies.gradle"
108
110
firebaseCpp. dependencies {
109
111
auth
You can’t perform that action at this time.
0 commit comments