DEV Community

leminhduc1202
leminhduc1202

Posted on

Easy way to solve play-services-safetynet:17.0.0 problem - 100% working

https://www.youtube.com/watch?v=QpjddGcYREM
Add this code under dependencies
configurations.all{
exclude group:'com.google.android.gms', module:'play-services-safetynet'
}

Top comments (1)

Collapse
 
leminhduc1202 profile image
leminhduc1202

SafetyNet SDK and Play Integrity on version 21.2.0
github.com/firebase/firebase-andro...