aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle.kts
diff options
context:
space:
mode:
authorTad Fisher <tadfisher@gmail.com>2022-10-09 16:10:42 -0700
committerTad Fisher <tadfisher@gmail.com>2022-10-09 16:17:20 -0700
commit75040136ae5ca6108335975430b411f8a560d0ba (patch)
tree05fe8daf46eee5ec300d6f15f681867f81b4b09d /app/build.gradle.kts
parent4b7457c7f712b92f21604d8612ec8ff19df75c81 (diff)
Add decryption callback to CryptoHandler
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r--app/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index 32291d33..0c486f65 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -55,6 +55,7 @@ dependencies {
coreLibraryDesugaring(libs.android.desugarJdkLibs)
implementation(projects.autofillParser)
implementation(projects.coroutineUtils)
+ implementation(projects.cryptoHwsecurity)
implementation(projects.cryptoPgpainless)
implementation(projects.formatCommon)
implementation(projects.passgen.diceware)