Remove okhttp from release build for Instagram
Reviewed By: hendritan Differential Revision: D3044625 fb-gh-sync-id: 0ae66187d9fe3d59b002f603fc73c0758640e287 shipit-source-id: 0ae66187d9fe3d59b002f603fc73c0758640e287
This commit is contained in:
parent
265b63866a
commit
e1e86a1174
|
@ -51,7 +51,6 @@ public class WebWorkers {
|
|||
* NB: We write to a temp file instead of returning a String because, depending on the size of the
|
||||
* worker script, allocating the full script string on the Java heap can cause an OOM.
|
||||
*/
|
||||
@DoNotStrip
|
||||
public static void downloadScriptToFileSync(String url, String outFileName) {
|
||||
if (!ReactBuildConfig.DEBUG) {
|
||||
throw new RuntimeException(
|
||||
|
|
Loading…
Reference in New Issue