mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-30 13:47:41 +00:00
Bump spongycastle version
Test Plan: reinstall, pair, ping Reviewers: #kde_connect, sredman Reviewed By: sredman Subscribers: albertvaka, sredman, kdeconnect, #kde_connect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D13196
This commit is contained in:
@@ -78,7 +78,7 @@ dependencies {
|
|||||||
|
|
||||||
implementation 'org.apache.sshd:sshd-core:0.8.0' //0.9 seems to fail on Android 6 and 1.+ requires java.nio.file, which doesn't exist in Android
|
implementation 'org.apache.sshd:sshd-core:0.8.0' //0.9 seems to fail on Android 6 and 1.+ requires java.nio.file, which doesn't exist in Android
|
||||||
|
|
||||||
implementation 'com.madgag.spongycastle:pkix:1.54.0.0' //For SSL certificate generation
|
implementation 'com.madgag.spongycastle:bcpkix-jdk15on:1.58.0.0' //For SSL certificate generation
|
||||||
|
|
||||||
// Testing
|
// Testing
|
||||||
androidTestImplementation 'org.mockito:mockito-core:1.10.19'
|
androidTestImplementation 'org.mockito:mockito-core:1.10.19'
|
||||||
|
Reference in New Issue
Block a user