diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-06-30 19:21:49 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-30 19:21:49 +0530 |
commit | 5e74507d5b3f3de8a4f0881fa14f87058e9a63fc (patch) | |
tree | ccab0b45fb642074bbe6691c82a7e2f3eedc0c10 /dependencies.gradle | |
parent | 57f125a4da9f8bad69c2b2e2e6540d245bdd44c4 (diff) |
Allow importing TOTP configuration through QR codes (#903)
Co-authored-by: Fabian Henneke <fabian@henneke.me>
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 0246f568..f5c7c965 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -44,6 +44,11 @@ ext.deps = [ swiperefreshlayout: 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' ], + first_party: [ + openpgp_ktx: 'com.github.android-password-store:openpgp-ktx:2.0.0', + zxing_android_embedded: 'com.github.android-password-store:zxing-android-embedded:v4.1.0-aps' + ], + third_party: [ bouncycastle: 'org.bouncycastle:bcprov-jdk15on:1.65.01', commons_codec: 'commons-codec:commons-codec:1.13', @@ -52,7 +57,6 @@ ext.deps = [ jgit: 'org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r', leakcanary: 'com.squareup.leakcanary:leakcanary-android:2.4', plumber: 'com.squareup.leakcanary:plumber-android:2.4', - openpgp_ktx: 'com.github.android-password-store:openpgp-ktx:2.0.0', sshj: 'com.hierynomus:sshj:0.29.0', ssh_auth: 'org.sufficientlysecure:sshauthentication-api:1.0', timber: 'com.jakewharton.timber:timber:4.7.1', |