Add workaround to fix crashes if native libzkgroup is not available

Fixes #350
Fixes #349
Fixes #344
This commit is contained in:
AsamK 2020-09-11 15:35:44 +02:00
parent bb59d1c9c9
commit bb24a2aa31
3 changed files with 29 additions and 3 deletions

View file

@ -17,7 +17,7 @@ repositories {
}
dependencies {
implementation 'com.github.turasa:signal-service-java:2.15.3_unofficial_13'
implementation 'com.github.turasa:signal-service-java:2.15.3_unofficial_14'
implementation 'org.bouncycastle:bcprov-jdk15on:1.66'
implementation 'net.sourceforge.argparse4j:argparse4j:0.8.1'
implementation 'com.github.hypfvieh:dbus-java:3.2.3'