From ced2008a85250a20e409364da9f8e640347adb1f Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 15 Dec 2023 17:40:11 +0530 Subject: Revert "Refactor SSHKey into a separate module (#2450)" This reverts commit 97b3577a463966e93d24649ff348fc4bb6825e50. --- ssh/build.gradle.kts | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 ssh/build.gradle.kts (limited to 'ssh/build.gradle.kts') diff --git a/ssh/build.gradle.kts b/ssh/build.gradle.kts deleted file mode 100644 index a975efab..00000000 --- a/ssh/build.gradle.kts +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright © The Android Password Store Authors. All Rights Reserved. - * SPDX-License-Identifier: GPL-3.0-only - */ -@file:Suppress("UnstableApiUsage") - -plugins { - id("com.github.android-password-store.android-library") - id("com.github.android-password-store.kotlin-android") -} - -android { - namespace = "app.passwordstore.ssh" - buildFeatures { androidResources = true } - sourceSets { getByName("test") { resources.srcDir("src/main/res/raw") } } -} - -dependencies { - implementation(libs.androidx.core.ktx) - implementation(libs.kotlinx.coroutines.android) - implementation(libs.kotlinx.coroutines.core) - implementation(libs.thirdparty.sshj) - implementation(libs.thirdparty.logcat) - implementation(libs.androidx.security) - implementation(libs.thirdparty.eddsa) - implementation(libs.thirdparty.kotlinResult) -} -- cgit v1.2.3