mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Remove last remnants of org.json
This commit is contained in:
parent
4d83d2168a
commit
2c86b0bd9a
2 changed files with 0 additions and 2 deletions
|
@ -14,7 +14,6 @@ repositories {
|
|||
dependencies {
|
||||
compile 'org.whispersystems:textsecure-java:1.8.1'
|
||||
compile 'com.madgag.spongycastle:prov:1.52.0.0'
|
||||
compile 'org.json:json:20150729'
|
||||
compile 'commons-io:commons-io:2.4'
|
||||
compile 'net.sourceforge.argparse4j:argparse4j:0.5.0'
|
||||
}
|
||||
|
|
|
@ -3,7 +3,6 @@ package cli;
|
|||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
|
||||
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
||||
import org.json.JSONObject;
|
||||
import org.whispersystems.libaxolotl.*;
|
||||
import org.whispersystems.libaxolotl.state.AxolotlStore;
|
||||
import org.whispersystems.libaxolotl.state.PreKeyRecord;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue