Skip to content

1.6.0

Compare
Choose a tag to compare
@ymakhno ymakhno released this 28 Apr 23:35
· 33 commits to master since this release

What's new

  • --timeout-millis flag for install-apks command which allows to specify custom timeout for installing apps on the connected device.
  • Support sparse encoding optimization for applications with minSdk >= 26.

Bugs fixed

  • ADB push fails on Android 11 devices due to "ddms: transfer error: fchown failed" #213
  • Guava and protobuf dependencies are upgraded #198

Other changes

  • AdbCommand and Aapt2Command classes are moved to com.android.tools.build.bundletool.androidtools package.