fix: crypto module at the upper level

This commit is contained in:
J-Jamet
2023-05-14 21:33:37 +02:00
parent 3b3908dd7c
commit 5b052b02a2
77 changed files with 5 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ dependencies {
implementation 'commons-io:commons-io:2.8.0'
implementation 'commons-codec:commons-codec:1.15'
implementation project(path: ':database:crypto')
implementation project(path: ':crypto')
// Tests
androidTestImplementation "androidx.test:runner:$android_test_version"