Skip to content

Commit

Permalink
chore: Bump android driver (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored Jul 15, 2024
1 parent 591358b commit 938d77b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/driver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,6 @@ export class EspressoDriver extends AndroidDriver implements ExternalDriver<
this.log.debug(`FULL_RESET set to 'true', Uninstalling '${this.opts.appPackage}'`);
await this.adb.uninstallApk(this.opts.appPackage!);
}
await this.adb.stopLogcat();
if (await this.adb.getApiLevel() >= 28) { // Android P
this.log.info('Restoring hidden api policy to the device default configuration');
await this.adb.setDefaultHiddenApiPolicy(!!this.opts.ignoreHiddenApiPolicyError);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
],
"dependencies": {
"appium-adb": "^12.4.0",
"appium-android-driver": "^9.7.0",
"appium-android-driver": "^9.8.0",
"asyncbox": "^3.0.0",
"bluebird": "^3.5.0",
"io.appium.settings": "^5.12.0",
Expand Down

0 comments on commit 938d77b

Please sign in to comment.