FirebaseUI-Android: Version 3.3.0 breaks proguard again
I am seeing this in one of my projects when upgrading from 3.2.2
to 3.3.0
Warning: com.firebase.ui.auth.data.remote.TwitterSignInHandler$TwitterSessionResult: can't find referenced class retrofit2.Call
Warning: com.firebase.ui.auth.data.remote.TwitterSignInHandler$TwitterSessionResult: can't find referenced class retrofit2.Call
We added this to our proguard config:
-dontwarn com.firebase.ui.auth.provider.**
But then we killed the provider
classes.
I suspect the workaround is:
-dontwarn com.firebase.ui.data.remote.**
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 1
- Comments: 16 (7 by maintainers)
At least you are not getting this:
for a few weeks already. I submitted 74602137 on Issue Tracker, but someone at Google marked as private, I can’t even see how my issue is going 😞. Has anyone here found any workaround for it?
@samtstern 🤦♂️ Alright, that’s it. I’m making a proguard test module. 👍