diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-08-08 13:06:26 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-08 13:06:26 +0530 |
commit | 1738364d2fdb3c4069d55516ea623d49dcebfd48 (patch) | |
tree | 5dd397147b872ec62db00b935ca536216c50e6ae /app/build.gradle.kts | |
parent | 1b54e679b7b6eaf2955c45d4223426650d197461 (diff) |
Make password generator parameter changes reactive (#1480)
* Make XkPassword generator reactive
* Handle empty strings
* Make password generator reactive
* Sync changelog for 1.13.5 release
* Add to changelog
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r-- | app/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4ae3136e..0ca522f7 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -102,6 +102,7 @@ dependencies { implementation(libs.thirdparty.bouncycastle) implementation(libs.thirdparty.eddsa) implementation(libs.thirdparty.fastscroll) + implementation(libs.thirdparty.flowbinding.android) implementation(libs.thirdparty.jgit) { exclude(group = "org.apache.httpcomponents", module = "httpclient") } |