Replace spongy with libsignal x509 generation for device transfer.

This commit is contained in:
Cody Henthorne
2021-05-19 17:29:48 -04:00
committed by GitHub
parent 6770d21cf7
commit 11df2bc51f
5 changed files with 16 additions and 100 deletions

View File

@@ -13,7 +13,6 @@ android {
defaultConfig {
minSdkVersion MINIMUM_SDK
targetSdkVersion TARGET_SDK
consumerProguardFiles 'lib-proguard-rules.pro'
}
compileOptions {
@@ -29,16 +28,7 @@ dependencyVerification {
dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation project(':core-util')
implementation 'com.madgag.spongycastle:core:1.58.0.0'
implementation('com.madgag.spongycastle:prov:1.58.0.0') {
exclude group: 'junit'
}
implementation('com.madgag.spongycastle:pkix:1.54.0.0') {
exclude group: 'junit'
}
implementation('com.madgag.spongycastle:pg:1.54.0.0') {
exclude group: 'junit'
}
implementation 'org.whispersystems:signal-client-java:0.5.1'
api 'org.greenrobot:eventbus:3.0.0'
testImplementation 'junit:junit:4.12'