mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-04-06 14:27:36 +03:00
fix: crypto module at the upper level
This commit is contained in:
parent
3b3908dd7c
commit
5b052b02a2
77 changed files with 5 additions and 7 deletions
2
crypto/src/main/AndroidManifest.xml
Normal file
2
crypto/src/main/AndroidManifest.xml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<manifest package="com.kunzisoft.encrypt" />
|
|
@ -43,7 +43,7 @@ dependencies {
|
||||||
implementation 'commons-io:commons-io:2.8.0'
|
implementation 'commons-io:commons-io:2.8.0'
|
||||||
implementation 'commons-codec:commons-codec:1.15'
|
implementation 'commons-codec:commons-codec:1.15'
|
||||||
|
|
||||||
implementation project(path: ':database:crypto')
|
implementation project(path: ':crypto')
|
||||||
|
|
||||||
// Tests
|
// Tests
|
||||||
androidTestImplementation "androidx.test:runner:$android_test_version"
|
androidTestImplementation "androidx.test:runner:$android_test_version"
|
||||||
|
|
|
@ -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>
|
|
|
@ -1,3 +1,4 @@
|
||||||
include ':app'
|
include ':app'
|
||||||
include ':database', ':database:crypto'
|
include ':database'
|
||||||
|
include ':crypto'
|
||||||
include ':icon-pack', ':icon-pack:classic', ':icon-pack:material'
|
include ':icon-pack', ':icon-pack:classic', ':icon-pack:material'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue