We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dde270 commit b615c39Copy full SHA for b615c39
firestore/src/androidTest/java/com/firebase/ui/firestore/FirestoreArrayTest.java
@@ -14,6 +14,7 @@
14
15
package com.firebase.ui.firestore;
16
17
+import android.annotation.SuppressLint;
18
import android.content.Context;
19
import android.support.annotation.NonNull;
20
import android.support.test.InstrumentationRegistry;
@@ -47,6 +48,7 @@
47
48
import static org.junit.Assert.assertTrue;
49
50
@RunWith(AndroidJUnit4.class)
51
+@SuppressLint("LogConditional")
52
public class FirestoreArrayTest {
53
54
/**
library/build.gradle
@@ -12,6 +12,7 @@ android {
12
versionName "0.0.0"
13
consumerProguardFiles 'consumer-proguard-rules.pro'
+ vectorDrawables.useSupportLibrary = true
}
buildTypes {
0 commit comments