Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
VinayGuthal committed Aug 22, 2023
1 parent cb28d6a commit f2ce0ce
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ val PROJECT_LEVEL_REQUIRED =
"firebase-common",
"firebase-config",
"firebase-crashlytics",
"firebase-components",
"firebase-database",
"firebase-dynamic-links",
"firebase-firestore",
Expand Down Expand Up @@ -283,6 +284,8 @@ abstract class PackageTransform : DefaultTask() {
packageNamePath = "com/google/firebase/dynamiclinks"
} else if (artifactId.get().equals("firebase-ml-modeldownloader")) {
packageNamePath = "com/google/firebase/ml/modeldownloader"
} else if (artifactId.get().equals("firebase-inappmessaging-display")) {
packageNamePath = "com/google/firebase/inappmessaging/display"
} else if (artifactId.get().contains("appcheck")) {
packageNamePath = "com/google/firebase/appcheck"
}
Expand Down

0 comments on commit f2ce0ce

Please sign in to comment.