Skip to content

Commit 91071f5

Browse files
authored
Merge b1174a7 into c51a44f
2 parents c51a44f + b1174a7 commit 91071f5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

firebase-crashlytics-ndk/firebase-crashlytics-ndk.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ plugins {
1818
}
1919

2020
firebaseLibrary {
21-
testLab.enabled = true
21+
testLab {
22+
enabled = true
23+
device 'model=panther,version=33' // Pixel7
24+
}
2225
publishJavadoc = false
2326
}
2427

0 commit comments

Comments
 (0)