File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
appcheck/firebase-appcheck-playintegrity Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
* [ fixed] Fixed client-side throttling in Play Integrity flows.
3
+ * [ changed] Bumped Play Integrity API Library dependency version.
3
4
4
5
* [ unchanged] Updated to keep [ app_check] SDK versions aligned.
5
6
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies {
50
50
implementation project(' :appcheck:firebase-appcheck' )
51
51
implementation ' com.google.android.gms:play-services-base:18.0.1'
52
52
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 '
54
54
55
55
javadocClasspath ' com.google.auto.value:auto-value-annotations:1.6.6'
56
56
You can’t perform that action at this time.
0 commit comments