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 {
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+ }
5462 }
5563
5664 Properties localProperties = new Properties ()
@@ -98,12 +106,6 @@ android {
98106 }
99107}
100108
101- dependencies {
102- implementation ' com.google.guava:guava:32.0.1-android' {
103- force = true
104- }
105- }
106-
107109apply from : " $gradle . firebase_cpp_sdk_dir /Android/firebase_dependencies.gradle"
108110firebaseCpp. dependencies {
109111 auth
You can’t perform that action at this time.
0 commit comments