diff options
author | Tad Fisher <tadfisher@gmail.com> | 2022-10-09 15:10:10 -0700 |
---|---|---|
committer | Tad Fisher <tadfisher@gmail.com> | 2022-10-09 16:13:36 -0700 |
commit | 4b7457c7f712b92f21604d8612ec8ff19df75c81 (patch) | |
tree | bf1256e72d1ead8079daa514c5f9c0a96469ab73 /settings.gradle.kts | |
parent | a244a0f3b84d64cceaf0eefd662c78aadab2514e (diff) |
Add crypto-hwsecurity library
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r-- | settings.gradle.kts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts index f547cffb..d0e44bc1 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -217,6 +217,8 @@ include("coroutine-utils-testing") include("crypto-common") +include("crypto-hwsecurity") + include("crypto-pgpainless") include("format-common") |