2 apply plugin: 'application'
4 mainClassName = 'cli.Main'
11 compile 'org.whispersystems:textsecure-java:1.3.0'
12 compile 'com.madgag.spongycastle:prov:1.51.0.0'
13 compile 'org.json:json:20141113'
14 compile 'commons-io:commons-io:2.4'
15 compile 'net.sourceforge.argparse4j:argparse4j:0.5.0'
19 baseName = 'textsecure-cli'
22 attributes 'Main-Class': 'cli.Main'