I have an AAR library which sits in Unity Game. Everything was working fine until I used a third-party-library -USB Serial (imported using maven)
Before USB Serial - AAR size was 80KB
After USB Serial - AAR size still ~90KB
I then found something is fishy. Upon searching multiple StackOverflow answers, I tried creating local maven, adding transient in implementation and using copyLib task. Below is the link to all solutions i tried:
Can anyone help me with this?
P.S.- A video will be cool