Skip to content

v15.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 May 16:18

15.0.0 (2026-05-21)

⚠ BREAKING CHANGES

  • checkApkCert(appPath, pkg, opts?) is now checkApkCert(appPath, opts?). The pkg argument was never used.
  • Deprecated getAdbServerPort() has been removed. Use adb.adbPort instead.
  • TFullOutputOption type has been removed

Features

  • Cleanup deprecated/unused entities and add method overloads (2e368de)