Skip to content

Commit 687e079

Browse files
authored
Use >API30 for crashlytics ndk device testing (#4814)
1 parent c51a44f commit 687e079

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)