X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/ea8f7e75286d03f989d4fe56e56c35e171073546..e490604d4320352531dc53570962de8f48341c26:/build.gradle diff --git a/build.gradle b/build.gradle index 0f0231d7..ecd2a889 100644 --- a/build.gradle +++ b/build.gradle @@ -2,12 +2,12 @@ apply plugin: 'java' apply plugin: 'application' apply plugin: 'eclipse' -sourceCompatibility = JavaVersion.VERSION_1_7 -targetCompatibility = JavaVersion.VERSION_1_7 +sourceCompatibility = JavaVersion.VERSION_1_8 +targetCompatibility = JavaVersion.VERSION_1_8 mainClassName = 'org.asamk.signal.Main' -version = '0.6.1' +version = '0.6.3' compileJava.options.encoding = 'UTF-8' @@ -20,8 +20,8 @@ repositories { } dependencies { - compile 'com.github.turasa:signal-service-java:2.12.2_unofficial_2' - compile 'org.bouncycastle:bcprov-jdk15on:1.60' + compile 'com.github.turasa:signal-service-java:2.13.7_unofficial_1' + compile 'org.bouncycastle:bcprov-jdk15on:1.62' compile 'net.sourceforge.argparse4j:argparse4j:0.8.1' compile 'org.freedesktop.dbus:dbus-java:2.7.0' }