summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle.kts6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index b7e93c57..4f825aad 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -43,12 +43,12 @@ dependencies {
coreLibraryDesugaring(libs.android.desugarJdkLibs)
implementation(projects.autofillParser)
implementation(projects.coroutineUtils)
- implementation(projects.cryptoPgpainless)
- implementation(projects.formatCommon)
+ implementation(projects.crypto.pgpainless)
+ implementation(projects.format.common)
implementation(projects.passgen.diceware)
implementation(projects.passgen.random)
implementation(projects.ssh)
- implementation(projects.uiCompose)
+ implementation(projects.ui.compose)
implementation(libs.androidx.activity.ktx)
implementation(libs.androidx.activity.compose)
implementation(libs.androidx.appcompat)