pinning androidTestImplementation("androidx.annotation:annotation:1.8.0")
Change-Id: If17d738c0c6658140c85aab2261f00bd90af216f
diff --git a/camera/integration-tests/avsynctestapp/build.gradle b/camera/integration-tests/avsynctestapp/build.gradle
index 47e47ed..c46143f 100644
--- a/camera/integration-tests/avsynctestapp/build.gradle
+++ b/camera/integration-tests/avsynctestapp/build.gradle
@@ -65,7 +65,7 @@
// Align dependencies in debugRuntimeClasspath and debugAndroidTestRuntimeClasspath.
androidTestImplementation("androidx.annotation:annotation-experimental:1.4.0")
- androidTestImplementation(project(":annotation:annotation"))
+ androidTestImplementation("androidx.annotation:annotation:1.8.0")
androidTestImplementation(project(":lifecycle:lifecycle-common"))
// Testing framework
diff --git a/test/uiautomator/integration-tests/testapp/build.gradle b/test/uiautomator/integration-tests/testapp/build.gradle
index 1934e95..74b468e 100644
--- a/test/uiautomator/integration-tests/testapp/build.gradle
+++ b/test/uiautomator/integration-tests/testapp/build.gradle
@@ -41,7 +41,7 @@
// Align dependencies in debugRuntimeClasspath and debugAndroidTestRuntimeClasspath.
androidTestImplementation(project(":lifecycle:lifecycle-common"))
- androidTestImplementation(project(":annotation:annotation"))
+ androidTestImplementation("androidx.annotation:annotation:1.8.0")
}
android {
diff --git a/wear/compose/integration-tests/navigation/build.gradle b/wear/compose/integration-tests/navigation/build.gradle
index f10ef3a..a0c7ef3 100644
--- a/wear/compose/integration-tests/navigation/build.gradle
+++ b/wear/compose/integration-tests/navigation/build.gradle
@@ -55,5 +55,5 @@
// Align dependencies in debugRuntimeClasspath and debugAndroidTestRuntimeClasspath.
androidTestImplementation(project(":lifecycle:lifecycle-common"))
- androidTestImplementation(project(":annotation:annotation"))
+ androidTestImplementation("androidx.annotation:annotation:1.8.0")
}