Skip to content

Commit 762df42

Browse files
committed
Add comment back.
1 parent aceb5b2 commit 762df42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildSrc/src/main/groovy/com/google/firebase/gradle/plugins/FirebaseLibraryPlugin.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ public void apply(Project project) {
3131
project.getExtensions().create("firebaseLibrary", FirebaseLibraryExtension.class, project);
3232

3333
LibraryExtension android = project.getExtensions().getByType(LibraryExtension.class);
34+
35+
// In the case of and android library signing config only affects instrumentation test APK.
36+
// We need it signed with default debug credentials in order for FTL to accept the APK.
3437
android.buildTypes(
3538
types ->
3639
types

0 commit comments

Comments
 (0)