diff options
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
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' } |