From 10988f95081ace91729e6bec6da3a63b4669d3d3 Mon Sep 17 00:00:00 2001 From: YOUNG HO CHA Date: Wed, 24 Dec 2025 14:50:53 +0900 Subject: [PATCH] Exclude unnecessary room dependency --- webauthn/build.gradle | 6 ------ 1 file changed, 6 deletions(-) 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"