mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Implement daemon mode with dbus interface
This commit is contained in:
parent
845e93ec0f
commit
9a1b348ed2
4 changed files with 74 additions and 9 deletions
|
@ -9,6 +9,9 @@ mainClassName = 'cli.Main'
|
|||
version = '0.1.0'
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
url "https://raw.github.com/AsamK/maven/master/releases/"
|
||||
}
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
|
@ -17,6 +20,7 @@ dependencies {
|
|||
compile 'com.madgag.spongycastle:prov:1.53.0.0'
|
||||
compile 'commons-io:commons-io:2.4'
|
||||
compile 'net.sourceforge.argparse4j:argparse4j:0.5.0'
|
||||
compile 'org.freedesktop.dbus:dbus-java:2.7.0'
|
||||
}
|
||||
|
||||
jar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue