I got this warning when I was publishing my app
The developer of play-services-safetynet (com.google.android.gms:play-services-safetynet) has reported critical issues with version 17.0.0. Consider upgrading before publishing a new release.
Here's what the SDK developer told us: The SafetyNet Attestation API is being discontinued and replaced by the new Play Integrity API. Begin migration as soon as possible to avoid user disruption. The Play Integrity API includes all the integrity signals that SafetyNet Attestation offers and more, like Google Play licensing and better error messaging. Learn more and start migrating at https://developer.android.com/training/safetynet/deprecation-timeline
How do I remove the critical issue and get my app into production?
com.google.android.gms:play-services-safetynet
– Utilizesafetynet
anywhere in my code. I am using Firebase-Auth, so it may be coming from there. Is there a way to solve this without just excluding it? – Yongyoni