diffuse
diffuse copied to clipboard
Using diff with two AABs does not work
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
Define does not work
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
I also having this issue, diffuse diff --aab
does not work
diffuse-0.1.0-binary.jar diff --aab old.aab new.aab
It seems like it tries to displays binary instead of diff like when comparing apk size