| commit | 0c71f9e7f67f72bcc25ad3f204a2a73e6d4d4190 | [log] [tgz] |
|---|---|---|
| author | Treehugger Robot <[email protected]> | Fri Jul 08 21:41:49 2022 +0000 |
| committer | Gerrit Code Review <[email protected]> | Fri Jul 08 21:41:49 2022 +0000 |
| tree | b347e9d552b28a073872697a445412bb2b62b805 | |
| parent | e35f1a8867032e8e7bfc0d95bbf6ef0b6633b75f [diff] | |
| parent | 75839f9ea68b9bcb7d0398f3c0bfdfc8df802825 [diff] |
Merge "[GH] Use projectOrArtifact for appcompat-lint's core dependency" into androidx-main
diff --git a/appcompat/appcompat-lint/integration-tests/build.gradle b/appcompat/appcompat-lint/integration-tests/build.gradle index 0ed3410..13246f8 100644 --- a/appcompat/appcompat-lint/integration-tests/build.gradle +++ b/appcompat/appcompat-lint/integration-tests/build.gradle
@@ -6,7 +6,7 @@ dependencies { implementation(project(":appcompat:appcompat")) - implementation(project(":core:core")) + implementation(projectOrArtifact(":core:core")) api(libs.kotlinStdlib) }