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 /app/build.gradle | |
parent | ac6220eed31f1aab0f73403b3befe77c57f0c9a1 (diff) |
Offer TOTP Autofill for OTP fields (#899)
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index d9092896..70b1f1f7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -71,8 +71,9 @@ android { } dependencies { - implementation deps.androidx.annotation implementation deps.androidx.activity_ktx + implementation deps.androidx.annotation + implementation deps.androidx.autofill implementation deps.androidx.appcompat implementation deps.androidx.biometric implementation deps.androidx.constraint_layout |