Skip to content

0.6

Compare
Choose a tag to compare
@martinbonnin martinbonnin released this 08 Sep 11:09
· 31 commits to main since this release
4688221

Update R8 to ed91d27f5094710e9cee0f6a5d12a20f40ee315e. This version of R8 contains support for relocating without obfuscating. You can now do this in your rules.pro:

-dontobfuscate
-repackageclasses com.example.relocated

This is useful if you want to relocate to avoid nameclashes but still keep the class names for better debuggability