aboutsummaryrefslogtreecommitdiff
path: root/integration_tests/compat-target28/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'integration_tests/compat-target28/build.gradle')
-rw-r--r--integration_tests/compat-target28/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration_tests/compat-target28/build.gradle b/integration_tests/compat-target28/build.gradle
index a124b5eaf..7e11b884e 100644
--- a/integration_tests/compat-target28/build.gradle
+++ b/integration_tests/compat-target28/build.gradle
@@ -38,7 +38,7 @@ android {
dependencies {
implementation libs.kotlin.stdlib
- testImplementation project(path: ':testapp')
+ testImplementation project(":testapp")
testImplementation project(":robolectric")
testImplementation libs.junit4
testImplementation libs.truth