2 apply plugin: 'application'
4 sourceCompatibility = "1.8";
6 mainClassName = 'cli.Main'
15 compile 'org.whispersystems:textsecure-java:1.8.0'
16 compile 'com.madgag.spongycastle:prov:1.52.0.0'
17 compile 'org.json:json:20141113'
18 compile 'commons-io:commons-io:2.4'
19 compile 'net.sourceforge.argparse4j:argparse4j:0.5.0'
25 'Implementation-Title': project.name,
26 'Implementation-Version': project.version,
27 'Main-Class': project.mainClassName,