Move arch.core dependencies to latest prebuilt
Ensure all versions of arch.core are using the latest prebuilt
Change-Id: I15662e8a7f958c4d178739281dde87b285ce3ebd
Test: ./gradlew bOS
diff --git a/room/room-paging-guava/build.gradle b/room/room-paging-guava/build.gradle
index 723c5da..e40d8bc 100644
--- a/room/room-paging-guava/build.gradle
+++ b/room/room-paging-guava/build.gradle
@@ -38,7 +38,7 @@
androidTestImplementation(libs.kotlinCoroutinesTest)
androidTestImplementation(libs.kotlinCoroutinesGuava)
androidTestImplementation(libs.guavaAndroid)
- androidTestImplementation("androidx.arch.core:core-testing:2.0.1")
+ androidTestImplementation("androidx.arch.core:core-testing:2.2.0")
androidTestImplementation(project(":internal-testutils-common"))
kspAndroidTest(
project(path: ":room:room-compiler", configuration: "shadowAndImplementation")