@@ -52,6 +52,11 @@ public class BomGeneratorTask extends DefaultTask {
52
52
ImmutableList .of (
53
53
"com.google.firebase:firebase-analytics" ,
54
54
"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" ,
55
60
"com.google.firebase:firebase-appindexing" ,
56
61
"com.google.firebase:firebase-auth" ,
57
62
"com.google.firebase:firebase-auth-ktx" ,
@@ -92,10 +97,6 @@ public class BomGeneratorTask extends DefaultTask {
92
97
ImmutableList .of (
93
98
"crash-plugin" ,
94
99
"firebase-ml-vision" ,
95
- "firebase-appcheck-debug" ,
96
- "firebase-appcheck-interop" ,
97
- "firebase-appcheck-safetynet" ,
98
- "firebase-appcheck" ,
99
100
"crashlytics" ,
100
101
"firebase-ads" ,
101
102
"firebase-ads-lite" ,
@@ -104,7 +105,7 @@ public class BomGeneratorTask extends DefaultTask {
104
105
"firebase-analytics-impl-license" ,
105
106
"firebase-analytics-license" ,
106
107
"firebase-annotations" ,
107
- "firebase-appcheck-debug-testing " ,
108
+ "firebase-appcheck-interop " ,
108
109
"firebase-appdistribution-gradle" ,
109
110
"firebase-appindexing-license" ,
110
111
"firebase-auth-common" ,
0 commit comments