diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-04-18 04:12:13 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-04-18 04:22:52 +0530 |
commit | a3ebcfcc62749fccd47b91eea4f9dc530aa261bd (patch) | |
tree | 9dfb9c36c487bd59133ba08926889093a15132c8 /app/build.gradle.kts | |
parent | a0fdd6ddc3a40ed856e1b647b644d037eb30152a (diff) |
app: switch to format-common's PasswordEntry
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r-- | app/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 41c561f4..8b2b18f9 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -49,6 +49,7 @@ dependencies { compileOnly(libs.androidx.annotation) coreLibraryDesugaring(libs.android.desugarJdkLibs) implementation(projects.autofillParser) + implementation(projects.formatCommon) implementation(projects.openpgpKtx) implementation(libs.androidx.activityKtx) implementation(libs.androidx.appcompat) @@ -74,7 +75,6 @@ dependencies { implementation(libs.aps.zxingAndroidEmbedded) implementation(libs.thirdparty.bouncycastle) - implementation(libs.thirdparty.commons.codec) implementation(libs.thirdparty.eddsa) implementation(libs.thirdparty.fastscroll) implementation(libs.thirdparty.jgit) { |