Skip to content

1.7.0

Compare
Choose a tag to compare
@ymakhno ymakhno released this 29 Jun 16:32
· 31 commits to master since this release

What's new

  • Code transparency support in bundletool. Two new commands added:

    • add-transparency adds code transparency to an app bundle;
    • check-transparency verifies code transparency inside an app bundle, application installed on the connected device, APKs downloaded from Play Console.
  • Removed support for MissingSplitsManager which was deprecated a while ago.

  • Added support for core desugaring library. #182, #112