You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh my bad, should have been more descriptive.
So 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
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
The text was updated successfully, but these errors were encountered: