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. --- app/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) (limited to 'app/build.gradle.kts') diff --git a/app/build.gradle.kts b/app/build.gradle.kts index abd26932..85144bbc 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -47,7 +47,6 @@ dependencies { implementation(projects.format.common) implementation(projects.passgen.diceware) implementation(projects.passgen.random) - implementation(projects.ssh) implementation(projects.ui.compose) implementation(libs.androidx.activity.ktx) implementation(libs.androidx.activity.compose) -- cgit v1.2.3