Skip to content

Commit a3455b4

Browse files
committed
Add bug link for dackka exposing the configuration
1 parent 05ec553 commit a3455b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/com/google/firebase/gradle/plugins/FiresiteTransformTask.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ abstract class FiresiteTransformTask : DefaultTask() {
9898
* --> "firebase.appcheck"
9999
* ```
100100
*/
101-
// TODO(b/): Remove when dackka exposes configuration for this
101+
// TODO(b/257293594): Remove when dackka exposes configuration for this
102102
private fun String.removeGoogleGroupId() =
103103
remove(Regex("(?<=\")com.google.(?=firebase.)"))
104104

0 commit comments

Comments
 (0)