File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
buildSrc/src/main/java/com/google/firebase/gradle/plugins Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ val PROJECT_LEVEL_REQUIRED =
32
32
" firebase-common" ,
33
33
" firebase-config" ,
34
34
" firebase-crashlytics" ,
35
+ " firebase-components" ,
35
36
" firebase-database" ,
36
37
" firebase-dynamic-links" ,
37
38
" firebase-firestore" ,
@@ -283,6 +284,8 @@ abstract class PackageTransform : DefaultTask() {
283
284
packageNamePath = " com/google/firebase/dynamiclinks"
284
285
} else if (artifactId.get().equals(" firebase-ml-modeldownloader" )) {
285
286
packageNamePath = " com/google/firebase/ml/modeldownloader"
287
+ } else if (artifactId.get().equals(" firebase-inappmessaging-display" )) {
288
+ packageNamePath = " com/google/firebase/inappmessaging/display"
286
289
} else if (artifactId.get().contains(" appcheck" )) {
287
290
packageNamePath = " com/google/firebase/appcheck"
288
291
}
You can’t perform that action at this time.
0 commit comments