aboutsummaryrefslogtreecommitdiff
path: root/crypto-pgpainless/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'crypto-pgpainless/build.gradle.kts')
-rw-r--r--crypto-pgpainless/build.gradle.kts18
1 files changed, 0 insertions, 18 deletions
diff --git a/crypto-pgpainless/build.gradle.kts b/crypto-pgpainless/build.gradle.kts
deleted file mode 100644
index 22363f23..00000000
--- a/crypto-pgpainless/build.gradle.kts
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
- * SPDX-License-Identifier: GPL-3.0-only
- */
-plugins { id("com.github.android-password-store.kotlin-jvm-library") }
-
-dependencies {
- api(projects.cryptoCommon)
- implementation(projects.coroutineUtils)
- implementation(libs.androidx.annotation)
- implementation(libs.dagger.hilt.core)
- implementation(libs.kotlinx.coroutines.core)
- implementation(libs.thirdparty.kotlinResult)
- implementation(libs.thirdparty.pgpainless)
- testImplementation(libs.bundles.testDependencies)
- testImplementation(libs.kotlinx.coroutines.test)
- testImplementation(libs.testing.testparameterinjector)
-}