Skip to content

Commit b615c39

Browse files
committed
Make gradle check pass
Change-Id: I9e9e4a470dea2c4a230484a09363c3f74052409c
1 parent 0dde270 commit b615c39

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

firestore/src/androidTest/java/com/firebase/ui/firestore/FirestoreArrayTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
package com.firebase.ui.firestore;
1616

17+
import android.annotation.SuppressLint;
1718
import android.content.Context;
1819
import android.support.annotation.NonNull;
1920
import android.support.test.InstrumentationRegistry;
@@ -47,6 +48,7 @@
4748
import static org.junit.Assert.assertTrue;
4849

4950
@RunWith(AndroidJUnit4.class)
51+
@SuppressLint("LogConditional")
5052
public class FirestoreArrayTest {
5153

5254
/**

library/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ android {
1212
versionName "0.0.0"
1313

1414
consumerProguardFiles 'consumer-proguard-rules.pro'
15+
vectorDrawables.useSupportLibrary = true
1516
}
1617

1718
buildTypes {

0 commit comments

Comments
 (0)