aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle.kts
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-12-19 16:47:17 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-12-19 16:47:17 +0530
commit8cfe6ec84c1bd8119fd59fbb76d729da284ced27 (patch)
tree7035f03675f8924bfc3870b68b6345faf020aaac /settings.gradle.kts
parent39a0284cd55298eb4930db681e813260aea58867 (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 'settings.gradle.kts')
-rw-r--r--settings.gradle.kts2
1 files changed, 0 insertions, 2 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts
index e051f053..f0df8965 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -179,8 +179,6 @@ include("crypto-pgpainless")
include("format-common")
-include("format-common-impl")
-
include("passgen:diceware")
include("passgen:random")