feat: Move modules

This commit is contained in:
J-Jamet
2023-05-14 18:40:45 +02:00
parent 158ed26f6f
commit a235b21fbf
365 changed files with 25 additions and 11 deletions

View File

@@ -129,11 +129,9 @@ dependencies {
// Password generator
implementation 'me.gosimple:nbvcxz:1.5.0'
// Modules import
implementation project(path: ':database')
// Icon pack
implementation project(path: ':icon-pack-classic')
implementation project(path: ':icon-pack-material')
implementation project(path: ':icon-pack')
// Tests
androidTestImplementation "androidx.test:runner:$android_test_version"