Skip to content

Commit 3da3852

Browse files
authored
Update include.gradle (#228)
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.
1 parent deca3ba commit 3da3852

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
2-
def computeFirebaseBomVersion = { -> project.hasProperty("firebaseBomVersion") ? firebaseBomVersion : "31.2.3" }
2+
def computeFirebaseBomVersion = { -> project.hasProperty("firebaseBomVersion") ? firebaseBomVersion : "32.2.2" }
33
implementation platform("com.google.firebase:firebase-bom:${computeFirebaseBomVersion}")
4-
4+
implementation "com.google.firebase:firebase-appcheck-ktx"
55
implementation 'com.google.firebase:firebase-appcheck-safetynet'
6-
}
6+
}

0 commit comments

Comments
 (0)