Skip to content

Commit 1073ded

Browse files
authored
Bump Play Integrity API dependency. (#5435)
Bump our Play Integrity API Library dependency version per the request of the Play Integrity team.
1 parent 9db5174 commit 1073ded

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

appcheck/firebase-appcheck-playintegrity/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Unreleased
22
* [fixed] Fixed client-side throttling in Play Integrity flows.
3+
* [changed] Bumped Play Integrity API Library dependency version.
34

45
* [unchanged] Updated to keep [app_check] SDK versions aligned.
56

appcheck/firebase-appcheck-playintegrity/firebase-appcheck-playintegrity.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
implementation project(':appcheck:firebase-appcheck')
5151
implementation 'com.google.android.gms:play-services-base:18.0.1'
5252
implementation 'com.google.android.gms:play-services-tasks:18.0.1'
53-
implementation 'com.google.android.play:integrity:1.0.1'
53+
implementation 'com.google.android.play:integrity:1.2.0'
5454

5555
javadocClasspath 'com.google.auto.value:auto-value-annotations:1.6.6'
5656

0 commit comments

Comments
 (0)