Move CryptoUtil to core

CryptoUtil is a dependency of ProtectionCheck, so it needs to move to core.
This commit is contained in:
Steffen Müthing 2020-08-18 12:36:25 +02:00
parent 69da89b19b
commit 80f1ed52b3
2 changed files with 3 additions and 0 deletions

View file

@ -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"