add rxDogtag dependencies
This commit is contained in:
parent
7169c78225
commit
a91d4fb8ce
1 changed files with 2 additions and 1 deletions
|
@ -43,6 +43,7 @@ dependencies {
|
|||
api "io.reactivex.rxjava2:rxandroid:$rxandroid_version"
|
||||
api "org.apache.commons:commons-lang3:$commonslang3_version"
|
||||
api "commons-codec:commons-codec:$commonscodec_version"
|
||||
api "com.uber.rxdogtag:rxdogtag:2.0.1"
|
||||
|
||||
//CryptoUtil
|
||||
api 'com.madgag.spongycastle:core:1.58.0.0'
|
||||
|
@ -106,4 +107,4 @@ dependencies {
|
|||
// Phone checker
|
||||
// updating to 0.0.9 prevents AAPS from build
|
||||
api 'com.scottyab:rootbeer-lib:0.0.8'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue