summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2019-11-12 02:14:28 +0530
committerGitHub <noreply@github.com>2019-11-12 02:14:28 +0530
commit4c7f46aa8a2eeffc5a2ad05c9b4cb6d6950323fc (patch)
tree6fba20a3fed582375f13e6f165e09b0a03c69142 /app/build.gradle
parenteb9754ba79c307178c24f456dfb50fe89a46cb20 (diff)
Switch to openpgp-ktx (#565)
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 4565a00d..563b1a0d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -80,7 +80,7 @@ dependencies {
implementation 'com.google.android.material:material:' + versions.material
implementation 'androidx.annotation:annotation:' + versions.annotation
implementation 'androidx.biometric:biometric:' + versions.biometric
- implementation 'com.github.msfjarvis:openpgp-api:' + versions.openpgp
+ implementation 'com.github.android-password-store:openpgp-ktx:' + versions.openpgp
implementation('org.eclipse.jgit:org.eclipse.jgit:' + versions.jgit) {
exclude group: 'org.apache.httpcomponents', module: 'httpclient'
}