aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/preference.xml
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/src/main/res/xml/preference.xml
parenteb9754ba79c307178c24f456dfb50fe89a46cb20 (diff)
Switch to openpgp-ktx (#565)
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to 'app/src/main/res/xml/preference.xml')
-rw-r--r--app/src/main/res/xml/preference.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml
index 6ac317ad..3f05af08 100644
--- a/app/src/main/res/xml/preference.xml
+++ b/app/src/main/res/xml/preference.xml
@@ -40,7 +40,7 @@
</androidx.preference.PreferenceCategory>
<androidx.preference.PreferenceCategory android:title="@string/pref_crypto_title">
- <org.openintents.openpgp.util.OpenPgpAppPreference2
+ <me.msfjarvis.openpgpktx.preference.OpenPgpAppPreference
android:key="openpgp_provider_list"
android:title="@string/pref_provider_title" />
<androidx.preference.Preference