diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-07-14 00:42:23 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 19:12:23 +0000 |
commit | d23b0c5d6fe1b862c28084576bbef4369196a4bf (patch) | |
tree | 25a525674c4ff686b75b0b75c54b7e45df567602 /gradle/libs.versions.toml | |
parent | b7e291450b096c8ed3f2f14a071929759967747b (diff) |
Fix PGPainless backend key handling (#2000)
Diffstat (limited to 'gradle/libs.versions.toml')
-rw-r--r-- | gradle/libs.versions.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 08b5c7bc..ab09e529 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -70,6 +70,7 @@ testing-junit = "junit:junit:4.13.2" testing-kotlintest-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" } testing-robolectric = "org.robolectric:robolectric:4.8.1" testing-sharedPrefsMock = "com.github.android-password-store:shared-preferences-fake:2.0.0" +testing-testparameterinjector = "com.google.testparameterinjector:test-parameter-injector:1.8" testing-turbine = "app.cash.turbine:turbine:0.8.0" thirdparty-bouncycastle-bcpkix = { module = "org.bouncycastle:bcpkix-jdk15to18", version.ref = "bouncycastle" } thirdparty-bouncycastle-bcprov = { module = "org.bouncycastle:bcprov-jdk15to18", version.ref = "bouncycastle" } |