aboutsummaryrefslogtreecommitdiff
path: root/integration_tests/androidx/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'integration_tests/androidx/build.gradle')
-rw-r--r--integration_tests/androidx/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration_tests/androidx/build.gradle b/integration_tests/androidx/build.gradle
index 8f722119a..2664b2c2e 100644
--- a/integration_tests/androidx/build.gradle
+++ b/integration_tests/androidx/build.gradle
@@ -31,7 +31,7 @@ dependencies {
implementation libs.androidx.window
// Testing dependencies
- testImplementation project(path: ':testapp')
+ testImplementation project(":testapp")
testImplementation project(":robolectric")
testImplementation libs.junit4
testImplementation libs.androidx.test.core