fix: Remove unused dependency

This commit is contained in:
J-Jamet
2025-09-08 13:59:51 +02:00
parent 17742e25a9
commit 5fda628c9c

View File

@@ -135,7 +135,6 @@ dependencies {
implementation "com.splitwise:tokenautocomplete:4.0.0-beta05"
// Database
implementation "androidx.room:room-runtime:$room_version"
implementation project(':crypto')
kapt "androidx.room:room-compiler:$room_version"
// Autofill
implementation "androidx.autofill:autofill:1.1.0"