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

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="com.kunzisoft.encrypt" />

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"

View file

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.kunzisoft.encrypt">
</manifest>

View file

@ -1,3 +1,4 @@
include ':app'
include ':database', ':database:crypto'
include ':database'
include ':crypto'
include ':icon-pack', ':icon-pack:classic', ':icon-pack:material'