Skip to content

Update include.gradle with Play Integrity #228

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update include.gradle
SafetyNet is deprecated and no longer accepts new projects. New projects should use App Check with Play Integrity instead and existing apps using SafetyNet should migrate to Play Integrity before the shutdown deadline. See the deprecation timeline for more information.
App Check will continue to support existing SafetyNet projects until June 2023, after which, SafetyNet configurations will be frozen and unmodifiable. After June 2024, all SafetyNet features will be permanently shut down and removed.
  • Loading branch information
darko-bw authored Aug 7, 2023
commit 78289346e8889e725464b83bb9a40e6ce840df47
6 changes: 3 additions & 3 deletions packages/firebase-app-check/platforms/android/include.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
def computeFirebaseBomVersion = { -> project.hasProperty("firebaseBomVersion") ? firebaseBomVersion : "31.2.3" }
def computeFirebaseBomVersion = { -> project.hasProperty("firebaseBomVersion") ? firebaseBomVersion : "32.2.2" }
implementation platform("com.google.firebase:firebase-bom:${computeFirebaseBomVersion}")

implementation "com.google.firebase:firebase-appcheck-ktx"
implementation 'com.google.firebase:firebase-appcheck-safetynet'
}
}