mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
fix: Remove unused libs
This commit is contained in:
@@ -39,14 +39,8 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
|
||||||
implementation "androidx.core:core-ktx:$android_core_version"
|
|
||||||
implementation "androidx.appcompat:appcompat:$android_appcompat_version"
|
|
||||||
implementation "com.google.android.material:material:$android_material_version"
|
|
||||||
// Crypto
|
// Crypto
|
||||||
implementation 'org.bouncycastle:bcprov-jdk15on:1.70'
|
implementation 'org.bouncycastle:bcprov-jdk15on:1.70'
|
||||||
|
|
||||||
androidTestImplementation "androidx.test:runner:$android_test_version"
|
androidTestImplementation "androidx.test:runner:$android_test_version"
|
||||||
androidTestImplementation "androidx.test:rules:$android_test_version"
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user