From ae7487e76f8da04b7da7268980830f3580389926 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 14 Aug 2024 00:10:22 +0530 Subject: fix(crypto/age): init --- crypto/age/build.gradle.kts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 crypto/age/build.gradle.kts (limited to 'crypto/age/build.gradle.kts') diff --git a/crypto/age/build.gradle.kts b/crypto/age/build.gradle.kts new file mode 100644 index 00000000..dd44966b --- /dev/null +++ b/crypto/age/build.gradle.kts @@ -0,0 +1,18 @@ +/* + * 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.crypto.common) + implementation(libs.androidx.annotation) + implementation(libs.aps.kage) + implementation(libs.dagger.hilt.core) + implementation(libs.kotlinx.coroutines.core) + implementation(libs.thirdparty.kotlinResult) + implementation(libs.thirdparty.kotlinResult.coroutines) + testImplementation(libs.bundles.testDependencies) + testImplementation(libs.kotlinx.coroutines.test) + testImplementation(libs.testing.testparameterinjector) +} -- cgit v1.2.3