Pin androidx.collections version
Pin a specific version of androidx.collections for the library.
Bug: 132325342
Test: Existing tests pass
Change-Id: Id01320c4d42d739085eda365fefcdb1b6681d116
diff --git a/security/crypto/build.gradle b/security/crypto/build.gradle
index 5ec42a0..717cc21 100644
--- a/security/crypto/build.gradle
+++ b/security/crypto/build.gradle
@@ -29,7 +29,7 @@
api("androidx.annotation:annotation:1.1.0")
implementation("com.google.crypto.tink:tink-android:1.4.0-rc2")
- implementation(project(":collection:collection"))
+ implementation("androidx.collection:collection:1.1.0")
androidTestImplementation(ANDROIDX_TEST_EXT_JUNIT)
androidTestImplementation(ANDROIDX_TEST_CORE)