diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-12-19 16:47:17 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-12-19 16:47:17 +0530 |
commit | 8cfe6ec84c1bd8119fd59fbb76d729da284ced27 (patch) | |
tree | 7035f03675f8924bfc3870b68b6345faf020aaac /app | |
parent | 39a0284cd55298eb4930db681e813260aea58867 (diff) |
refactor: merge format-common-impl into format-common
Also converts the format-common module into an Android library since
UriTotpFinder requires the Android SDK.
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) |