Has anyone gotten compose to work in an application with proguard? Looks like my app wont launch anymore due to enabling compose. I'm not 100% sure it's composes fault yet, but it's the most glaring change so far.
Though proguard file I'm using is one inherited from previous (non-compose) version of app with some modifications.....probably a few things in there at least that are no longer needed
c
Colton Idle
01/05/2021, 8:03 PM
Looks like I'm getting an error from
com.google.android.gms.measurement.internal.AppMeasurementDynamiteService
Not sure what dependency that's coming from...
e
Ewald
01/06/2021, 6:26 AM
That could be a Firebase issue. I had it before and it was an outdated dependency to do with Firebase Analytics. It was a real pain to track down, but I recall having to update the dependency and also having to add some config to ProGuard.
What error(s) are you getting?
c
Colton Idle
01/06/2021, 6:23 PM
I stopped investigating for now. I figure I'll wait for a new firebase version. had to get to other tasks unforutnately.