X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/50b6174dd68b51c659111f3712b77e3d3e8cf2e6..f3b8df789d447dcc99484c21e80e7fe7a6bc1275:/build.gradle diff --git a/build.gradle b/build.gradle index d0e26a20..9d5b33a9 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ targetCompatibility = JavaVersion.VERSION_1_8 mainClassName = 'org.asamk.signal.Main' -version = '0.6.4' +version = '0.6.5' compileJava.options.encoding = 'UTF-8' @@ -20,7 +20,7 @@ repositories { } dependencies { - compile 'com.github.turasa:signal-service-java:2.13.9_unofficial_1' + compile 'com.github.turasa:signal-service-java:2.15.3_unofficial_2' compile 'org.bouncycastle:bcprov-jdk15on:1.64' compile 'net.sourceforge.argparse4j:argparse4j:0.8.1' compile 'org.freedesktop.dbus:dbus-java:2.7.0'