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 /gradle | |
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 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 223ea9a2..32837d4a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,6 +5,7 @@ androidx_test = "1.4.0" compose = "1.1.0-alpha01" composeSnapshot = "-" coroutines = "1.5.1" +flowbinding = "1.2.0" hilt = "2.38.1" kotlin = "1.5.21" lifecycle = "2.4.0-alpha03" @@ -69,6 +70,7 @@ thirdparty-bouncycastle = "org.bouncycastle:bcprov-jdk15on:1.69" thirdparty-commons_codec = "commons-codec:commons-codec:1.14" thirdparty-eddsa = "net.i2p.crypto:eddsa:0.3.0" thirdparty-fastscroll = "me.zhanghai.android.fastscroll:library:1.1.7" +thirdparty-flowbinding-android = { module = "io.github.reactivecircus.flowbinding:flowbinding-android", version.ref = "flowbinding" } thirdparty-jgit = "org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r" thirdparty-kotlinResult = "com.michael-bull.kotlin-result:kotlin-result:1.1.12" thirdparty-leakcanary = "com.squareup.leakcanary:leakcanary-android:2.7" |