Skip to content

Commit 2af5ab7

Browse files
author
Sunita Prajapati
committed
update: updated avdName as API 21 is too old
1 parent e1de337 commit 2af5ab7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/E2E/.detoxrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ module.exports = {
6363
emulator: {
6464
type: 'android.emulator',
6565
device: {
66-
avdName: process.env.CI ? 'Pixel_API_21_AOSP': 'Pixel_3a_API_32'
66+
avdName: process.env.CI ? 'Pixel_3a_API_30' : 'Medium_Phone_API_36.1'
6767
}
6868
}
6969
},

0 commit comments

Comments
 (0)