Update dependencies

This commit is contained in:
AsamK 2018-02-02 22:27:43 +01:00
parent 139fc358a2
commit 161ecc877d
4 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -9,3 +9,4 @@ local.properties
.classpath .classpath
.project .project
.settings/ .settings/
out/

View file

@ -19,7 +19,7 @@ repositories {
} }
dependencies { dependencies {
compile 'com.github.turasa:signal-service-java:2.6.12_unofficial_1' compile 'com.github.turasa:signal-service-java:2.7.1_unofficial_1'
compile 'org.bouncycastle:bcprov-jdk15on:1.55' compile 'org.bouncycastle:bcprov-jdk15on:1.55'
compile 'net.sourceforge.argparse4j:argparse4j:0.8.1' compile 'net.sourceforge.argparse4j:argparse4j:0.8.1'
compile 'org.freedesktop.dbus:dbus-java:2.7.0' compile 'org.freedesktop.dbus:dbus-java:2.7.0'

Binary file not shown.

View file

@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-4.5-bin.zip