diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-08-10 03:21:47 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-08-10 03:31:08 +0530 |
commit | 959a56d7ffbc20db60721d7a09f399c8bdefe07e (patch) | |
tree | 0d9b14e0bb770fd6da2e04295f2c22c087142439 /app/build.gradle.kts | |
parent | efef72b6327c8e683c8844146e23d12104f12dd1 (diff) |
refactor: un-flatten module structure
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r-- | app/build.gradle.kts | 6 |
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) |