snowplow / snowplow-android-tracker

Snowplow event tracker for Android. Add analytics to your Android apps and games
http://snowplowanalytics.com
Apache License 2.0
107 stars 63 forks source link

Fix demo crash when using R8 full mode (close #652) #663

Closed mscwilson closed 5 months ago

mscwilson commented 5 months ago

For issue #652.

The crash in the Compose demo was caused by missing Retrofit classes when full R8 minification/shrinking is used. This PR adds ProGuard exemption rules for the relevant classes.

Also, dependencies for getting the appSetId and androidIdfa (AAID) platform context entity properties have been added to the Compose demo, along with ProGuard rules so that they still work with R8.