Skip to content

Commit d9d8060

Browse files
Bump api level for android
Co-authored-by: SrinivasanTarget <srinivasan.sekar1990@gmail.com>
1 parent 1953fe0 commit d9d8060

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
api-level: [29]
10+
api-level: [35]
1111
target: [google_apis]
1212
steps:
1313
- name: Check out my other private repo

android.conf.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ export const config: WebdriverIO.Config = {
1212
'appium:orientation': 'PORTRAIT',
1313
'appium:app': process.env.APP_PATH,
1414
'appium:newCommandTimeout': 240,
15-
'appium:flutterServerLaunchTimeout': 10000,
15+
'appium:flutterServerLaunchTimeout': 30000,
1616
'appium:flutterEnableMockCamera': true,
17-
'appium:adbExecTimeout': 80000,
18-
'appium:autoGrantPermissions': true
17+
'appium:adbExecTimeout': 80000
1918
},
2019
],
2120
};

0 commit comments

Comments
 (0)