Remove org.json and fix occasional json exception.

This commit is contained in:
Kavin 2022-10-31 10:43:34 +00:00
parent 12bcc6bc0f
commit d4d9c71279
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
2 changed files with 29 additions and 21 deletions

View file

@ -21,7 +21,6 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-core:2.13.4'
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.13.4'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2'
implementation 'org.json:json:20220924'
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.1'
implementation 'com.rometools:rome:1.18.0'
implementation 'com.github.ipfs:java-ipfs-http-client:v1.3.3'