alewang

Results 2 issues of alewang

I do not think this library should declare an explicit dependency on org.json since Android also includes org.json as part of its API, as can be seen from https://developer.android.com/reference/org/json/package-summary.html By...

I replaced the scope on the JSON library to the 'provided' scope, since the same org.json API is available from Android. Almost all the tests passed on my local machine's...