diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 62e1f857..c4d1cff5 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -58,7 +58,7 @@ dependencies { implementation(projects.autofillParser) implementation(projects.coroutineUtils) implementation(projects.cryptoPgpainless) - implementation(projects.formatCommonImpl) + implementation(projects.formatCommon) implementation(projects.passgen.diceware) implementation(projects.passgen.random) implementation(projects.uiCompose) |