mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
fix: crypto module at the upper level
This commit is contained in:
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'
|
||||||
|
|||||||
Reference in New Issue
Block a user