diff options
author | Fabian Henneke <FabianHenneke@users.noreply.github.com> | 2020-06-29 10:12:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-29 10:12:19 +0200 |
commit | 8bc662c9c02824718cb9c297fd3b3cf77fb8f2c9 (patch) | |
tree | 0ac2a1a2e1bae8fb43a7049fd8651808e8255452 /dependencies.gradle | |
parent | ac6220eed31f1aab0f73403b3befe77c57f0c9a1 (diff) |
Offer TOTP Autofill for OTP fields (#899)
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 8d9215f0..0246f568 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -24,8 +24,9 @@ ext.deps = [ ], androidx: [ - annotation: 'androidx.annotation:annotation:1.2.0-alpha01', activity_ktx: 'androidx.activity:activity-ktx:1.2.0-alpha06', + annotation: 'androidx.annotation:annotation:1.2.0-alpha01', + autofill: 'androidx.autofill:autofill:1.0.0', appcompat: 'androidx.appcompat:appcompat:1.3.0-alpha01', biometric: 'androidx.biometric:biometric:1.1.0-alpha01', constraint_layout: 'androidx.constraintlayout:constraintlayout:2.0.0-beta7', |