2 apply plugin: 'application'
4 sourceCompatibility = "1.8";
6 mainClassName = 'cli.Main'
13 compile 'org.whispersystems:textsecure-java:1.6.1'
14 compile 'com.madgag.spongycastle:prov:1.52.0.0'
15 compile 'org.json:json:20141113'
16 compile 'commons-io:commons-io:2.4'
17 compile 'net.sourceforge.argparse4j:argparse4j:0.5.0'
21 baseName = 'textsecure-cli'
24 attributes 'Main-Class': 'cli.Main'