What's Changed
Fixed
- Removed
-flattenpackagehierarchyfrom the rules shipped to consuming apps, so the SDK no longer repackages and renames host-app classes — fixing unreadable, meshconnect-prefixed class names in consumer logs.
Changed
- Split the SDK's ProGuard config into
consumer-rules.pro(public-API keep rules shipped in the AAR) andproguard-rules.pro(library-only build options), preventing global obfuscation directives from leaking into host-app builds.
Full Changelog: 3.4.1...3.4.2