From 6e4ffe290265ef8b3cd82f5ab6a7eb8c0157bf6a Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 11 Jul 2021 22:52:26 +0530 Subject: Add initial implementation of Gopenpgp-backed PGP (#1441) --- app/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'app/build.gradle.kts') diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c6440adb..a5716989 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -76,6 +76,7 @@ dependencies { implementation(libs.androidx.annotation) coreLibraryDesugaring(libs.android.desugarJdkLibs) implementation(projects.autofillParser) + implementation(projects.cryptoPgp) implementation(projects.formatCommon) implementation(projects.openpgpKtx) implementation(libs.androidx.activity.ktx) -- cgit v1.2.3