-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
Description
Diff with two AABs does not work when AABs have dynamic modules
Additional info:
If I perform diffuse diff someapk1.apk someapk2.apk I get a full output of comparisons between the various parts of the apks.
If I use the same for bundles I don't get a full comparative output, instead it only shows something like this:
MODULES │ old │ new
─────────┼─────┼─────
base │ ✓ │ ✓
some other module │ ✓ │ ✓
===================
==== some other module ====
I'm using diffuse diff --aab somebundle1.aab somebundle2.aab