Skip to content

Commit ab92ff4

Browse files
committed
Filter out only release component.
1 parent 1a5224f commit ab92ff4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildSrc/src/main/java/com/google/firebase/gradle/plugins/LibraryType.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ public String getFormat() {
2929
}
3030

3131
public String getComponentName() {
32+
if (this == ANDROID) {
33+
return name().toLowerCase() + "Release";
34+
}
3235
return name().toLowerCase();
3336
}
3437
}

0 commit comments

Comments
 (0)