mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
fix: Remove unused dependency
This commit is contained in:
@@ -135,7 +135,6 @@ dependencies {
|
|||||||
implementation "com.splitwise:tokenautocomplete:4.0.0-beta05"
|
implementation "com.splitwise:tokenautocomplete:4.0.0-beta05"
|
||||||
// Database
|
// Database
|
||||||
implementation "androidx.room:room-runtime:$room_version"
|
implementation "androidx.room:room-runtime:$room_version"
|
||||||
implementation project(':crypto')
|
|
||||||
kapt "androidx.room:room-compiler:$room_version"
|
kapt "androidx.room:room-compiler:$room_version"
|
||||||
// Autofill
|
// Autofill
|
||||||
implementation "androidx.autofill:autofill:1.1.0"
|
implementation "androidx.autofill:autofill:1.1.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user