Say I have 2 classes –
my.Class1 and my.Class2
which obfuscate to
a.A & a.B
respectively.
How do i ensure my.Class1 and my.Class2 retain the obfuscated name of a.A and a.B across builds as I add/remove other classes or upgrade proguard version?
You can use -printmapping in the first pass, and -applymapping in the second pass.