diff --git a/webauthn/build.gradle b/webauthn/build.gradle index 04c4de3..fe234d5 100644 --- a/webauthn/build.gradle +++ b/webauthn/build.gradle @@ -136,12 +136,6 @@ dependencies { // androidx biometric implementation "androidx.biometric:biometric:$project.biometricVersion" - // Room - implementation "androidx.room:room-runtime:$project.roomVersion" - ksp "androidx.room:room-compiler:$project.roomVersion" - implementation "androidx.room:room-ktx:$project.roomVersion" - androidTestImplementation "androidx.room:room-testing:$project.roomVersion" - // serialization implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:$project.kotlinxSerializationVersion"