Skip to content

Commit

Permalink
Merge pull request #86 from muffix/support-play-integrity
Browse files Browse the repository at this point in the history
Use Play Integrity instead of SafetyNet
  • Loading branch information
muffix authored Oct 6, 2023
2 parents 491afbc + 919a322 commit 6ece647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ dependencies {
implementation platform('com.google.firebase:firebase-bom:31.1.1')

// Add the dependency for the App Check library
implementation 'com.google.firebase:firebase-appcheck-safetynet'
implementation 'com.google.firebase:firebase-appcheck-playintegrity'

debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}")

Expand Down

0 comments on commit 6ece647

Please sign in to comment.