Skip to content

Commit 3a84596

Browse files
committed
Add test lab plugin
1 parent 4d7d362 commit 3a84596

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

firebase-sessions/test-app/test-app.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
@file:Suppress("DEPRECATION") // App projects should still use FirebaseTestLabPlugin.
2+
3+
import com.google.firebase.gradle.plugins.ci.device.FirebaseTestLabPlugin
4+
15
/*
26
* Copyright 2023 Google LLC
37
*
@@ -57,3 +61,5 @@ dependencies {
5761
extra["packageName"] = "com.google.firebase.testing.sessions"
5862

5963
apply(from = "../../gradle/googleServices.gradle")
64+
65+
apply<FirebaseTestLabPlugin>()

0 commit comments

Comments
 (0)