mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Replace spongy with libsignal x509 generation for device transfer.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user