Add default value before each encrypted value in proguard

14 Views Asked by At

When i add my .aar file into main project, it conflict with other .aar file with error a.a found in other module

To resolve this, i think i need to add value prefix before each encrypted value, like myArr.a.a to avoid confict, i try some code on stack overflow, but not work.

Can anyone help me with any solution?

0

There are 0 best solutions below