Skip to content

Commit 49dd6e0

Browse files
authored
include the full googleid module in GenerateTutorialBundleTask.kt (#6789)
I suspect this is what is causing the plugin to try and remove the `com.google.android.libraries.identity.googleid:googleid:1.1.1` library. (as seen in [cl/738906664](https://critique.corp.google.com/cl/738906664/depot/google3/third_party/devsite/firebase/en/android-studio/firebase_assistant/firebase_tutorial_bundle.xml?version=r201#43))
1 parent d0dc250 commit 49dd6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/src/main/java/com/google/firebase/gradle/bomgenerator/GenerateTutorialBundleTask.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ abstract class GenerateTutorialBundleTask : DefaultTask() {
261261
ArtifactTutorialMapping("Auth Google Sign In", "auth-google-signin-first-dependency"),
262262
"androidx.credentials:credentials-play-services-auth" to
263263
ArtifactTutorialMapping("Auth Google Sign In", "auth-google-signin-second-dependency"),
264-
"com.google.android.libraries.identity.googleid" to
264+
"com.google.android.libraries.identity.googleid:googleid" to
265265
ArtifactTutorialMapping("Auth Google Sign In", "auth-google-signin-third-dependency"),
266266
"com.google.firebase:firebase-appdistribution-gradle" to
267267
ArtifactTutorialMapping(

0 commit comments

Comments
 (0)