aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle.kts
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-12-15 17:40:11 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-12-15 18:53:58 +0530
commitced2008a85250a20e409364da9f8e640347adb1f (patch)
treeff0b10762d7a72b34c151362898070002122a75b /app/build.gradle.kts
parent4d5b32d98b0c97a790eb429844c79ef5d37d9e7a (diff)
Revert "Refactor SSHKey into a separate module (#2450)"
This reverts commit 97b3577a463966e93d24649ff348fc4bb6825e50.
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r--app/build.gradle.kts1
1 files changed, 0 insertions, 1 deletions
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)