Closed sanvisser closed 1 month ago
Hi there!
Thanks for reaching out.
This seems like an odd issue, as the tslocationmanager
's Android SDK might be missing a proguard
rule preventing the conflicting obfuscation (e.g. a.a.xxx
) and the jetifier picks it incorrectly.
I've just released a new version, 2.0.3
which attempts to fix this on our side, so please do try it out and let me know if it helps.
Thank you!
Hi! Since adding this plugin to my Ionic Capacitor Angular project I get the following error whilst running 'ionic cap run android'.
It seems there might be some obfuscation going on in both libraries. Problem is that I can't just remove one of them, which seems to be the suggested solution most of the time, because they both serve different purposes. Using smartlook and our main location library.
I'm wondering if it's possible to fix this on the libraries end?