diff options
author | Wiktor Kwapisiewicz <wiktor@metacode.biz> | 2017-11-06 12:41:00 +0100 |
---|---|---|
committer | Mohamed Zenadi <zeapo@users.noreply.github.com> | 2017-11-19 11:14:45 +0100 |
commit | 3d5dd65e306ba3ca560b3c221830ee4cdb4363fb (patch) | |
tree | 6a417353098a9dc22093568c7e6c1dd505997512 /app/build.gradle | |
parent | 67a7b124eec9178f8539664bf4d2528a111465b2 (diff) |
Display TOTP code if entry contains OTP secret
TOTP is calculated on display and on copy to clipboard from secret
embedded in entry (either in password or in extra) and the current time.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 3727389c..db6e81df 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -68,6 +68,7 @@ dependencies { } compile 'com.jcraft:jsch:0.1.54' compile group: 'commons-io', name: 'commons-io', version: '2.4' + compile group: 'commons-codec', name: 'commons-codec', version: '1.11' compile 'com.jayway.android.robotium:robotium-solo:5.3.1' compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" compile 'com.android.support.constraint:constraint-layout:1.0.2' |