Move CryptoUtil to core
CryptoUtil is a dependency of ProtectionCheck, so it needs to move to core.
This commit is contained in:
parent
69da89b19b
commit
80f1ed52b3
|
@ -65,6 +65,9 @@ dependencies {
|
|||
implementation "io.reactivex.rxjava2:rxandroid:${rxandroid_version}"
|
||||
implementation 'org.apache.commons:commons-lang3:3.10'
|
||||
|
||||
//CryptoUtil
|
||||
implementation 'com.madgag.spongycastle:core:1.58.0.0'
|
||||
|
||||
// Graphview cannot be upgraded
|
||||
implementation "com.jjoe64:graphview:4.0.1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue