]> nmode's Git Repositories - signal-cli/blobdiff - build.gradle
Added JsonSyncDataMessage class with destination field.
[signal-cli] / build.gradle
index c96f6339adafe7661afaf635f54bd90a05b8964d..56d67bfddcb0528ef199e1adec5ede1a0e16428b 100644 (file)
@@ -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.4_unofficial_1'
-    compile 'org.bouncycastle:bcprov-jdk15on:1.60'
+    compile 'com.github.turasa:signal-service-java:2.13.8_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'
 }