Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bfa5465e authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Fix build.

Change-Id: Icdbf7811e7acb8bed372def3beec8385a631713a
parent 4a59376d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47995,6 +47995,7 @@ package org.json {
    method public org.json.JSONArray put(int, int) throws org.json.JSONException;
    method public org.json.JSONArray put(int, long) throws org.json.JSONException;
    method public org.json.JSONArray put(int, java.lang.Object) throws org.json.JSONException;
    method public java.lang.Object remove(int);
    method public org.json.JSONObject toJSONObject(org.json.JSONArray) throws org.json.JSONException;
    method public java.lang.String toString(int) throws org.json.JSONException;
  }