diff options
author | Aditya Wasan <adityawasan55@gmail.com> | 2022-01-13 22:13:53 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-13 16:43:53 +0000 |
commit | abc62c2b6b9d7106eb9f53f4994f086835602e57 (patch) | |
tree | 477942729574acfd0699f090a1e3ad8a073d1703 /build-logic/kotlin-plugins/src/main/kotlin | |
parent | c1ef2e73418d1ddda7711520645a77b8c8e3cf56 (diff) |
Refactor randomized password generator into a separate module (#1663)
Diffstat (limited to 'build-logic/kotlin-plugins/src/main/kotlin')
-rw-r--r-- | build-logic/kotlin-plugins/src/main/kotlin/com.github.android-password-store.binary-compatibility.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-logic/kotlin-plugins/src/main/kotlin/com.github.android-password-store.binary-compatibility.gradle.kts b/build-logic/kotlin-plugins/src/main/kotlin/com.github.android-password-store.binary-compatibility.gradle.kts index 4e0ceaa3..2aec2844 100644 --- a/build-logic/kotlin-plugins/src/main/kotlin/com.github.android-password-store.binary-compatibility.gradle.kts +++ b/build-logic/kotlin-plugins/src/main/kotlin/com.github.android-password-store.binary-compatibility.gradle.kts @@ -15,5 +15,6 @@ apiValidation { "crypto-pgpainless", "format-common", "diceware", + "random", ) } |