Playground fixes
Re-adding some dependencies which were pruned a bit too aggressively
Bumping snapshot build Id for compose versioning
Test: cd compose/compiler && ./gradlew bOS
Test: cd paging && ./gradlew bOS
Change-Id: Ic80f0903b51f7e9026d393d8d5966036d3a16cf0
diff --git a/paging/paging-compose/build.gradle b/paging/paging-compose/build.gradle
index 3c21e24..b08498c 100644
--- a/paging/paging-compose/build.gradle
+++ b/paging/paging-compose/build.gradle
@@ -37,7 +37,7 @@
api(projectOrArtifact(":paging:paging-common"))
androidTestImplementation(projectOrArtifact(":compose:ui:ui-test-junit4"))
- androidTestImplementation(projectOrArtifact(":compose:test-utils"))
+ androidTestImplementation(project(":compose:test-utils"))
androidTestImplementation(projectOrArtifact(":internal-testutils-paging"))
androidTestImplementation(ANDROIDX_TEST_RUNNER)
androidTestImplementation(JUNIT)
diff --git a/paging/settings.gradle b/paging/settings.gradle
index 234ca47..9e64c3a 100644
--- a/paging/settings.gradle
+++ b/paging/settings.gradle
@@ -26,6 +26,8 @@
if (name == ":compose:integration-tests:demos:common") return true
if (name == ":compose:lint:common") return true
if (name == ":compose:lint:internal-lint-checks") return true
+ if (name == ":compose:test-utils") return true
+ if (name == ":test-screenshot") return true
return false
})
diff --git a/playground-common/playground.properties b/playground-common/playground.properties
index 5d321b0..6a8b746 100644
--- a/playground-common/playground.properties
+++ b/playground-common/playground.properties
@@ -28,7 +28,7 @@
androidx.enableDocumentation=false
# Disable coverage
androidx.coverageEnabled=false
-androidx.playground.snapshotBuildId=7260680
-androidx.playground.metalavaBuildId=7255182
+androidx.playground.snapshotBuildId=7287523
+androidx.playground.metalavaBuildId=7283424
androidx.playground.dokkaBuildId=7180581
androidx.studio.type=playground