Skip to content

Commit 0f6d89b

Browse files
davidmotsonDavid Motsonashvili
andauthored
Add app-check to BoM as they leave beta (#3731)
Co-authored-by: David Motsonashvili <[email protected]>
1 parent ae6298b commit 0f6d89b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

buildSrc/src/main/java/com/google/firebase/gradle/bomgenerator/BomGeneratorTask.java

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ public class BomGeneratorTask extends DefaultTask {
5252
ImmutableList.of(
5353
"com.google.firebase:firebase-analytics",
5454
"com.google.firebase:firebase-analytics-ktx",
55+
"com.google.firebase:firebase-appcheck-debug",
56+
"com.google.firebase:firebase-appcheck-debug-testing",
57+
"com.google.firebase:firebase-appcheck-playintegrity",
58+
"com.google.firebase:firebase-appcheck-safetynet",
59+
"com.google.firebase:firebase-appcheck",
5560
"com.google.firebase:firebase-appindexing",
5661
"com.google.firebase:firebase-auth",
5762
"com.google.firebase:firebase-auth-ktx",
@@ -92,10 +97,6 @@ public class BomGeneratorTask extends DefaultTask {
9297
ImmutableList.of(
9398
"crash-plugin",
9499
"firebase-ml-vision",
95-
"firebase-appcheck-debug",
96-
"firebase-appcheck-interop",
97-
"firebase-appcheck-safetynet",
98-
"firebase-appcheck",
99100
"crashlytics",
100101
"firebase-ads",
101102
"firebase-ads-lite",
@@ -104,7 +105,7 @@ public class BomGeneratorTask extends DefaultTask {
104105
"firebase-analytics-impl-license",
105106
"firebase-analytics-license",
106107
"firebase-annotations",
107-
"firebase-appcheck-debug-testing",
108+
"firebase-appcheck-interop",
108109
"firebase-appdistribution-gradle",
109110
"firebase-appindexing-license",
110111
"firebase-auth-common",

0 commit comments

Comments
 (0)