From 6caa7721f51f528f016a56f31d6f8ce2a7c07f71 Mon Sep 17 00:00:00 2001 From: Karthik Subramaniam Date: Wed, 25 Oct 2023 12:22:14 -0700 Subject: [PATCH] feat(core): Increase OKHttp timeout values by 3x for Android requests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a3623dfd..36c187ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@appfolio/react-native-upload", - "version": "6.11.0", + "version": "6.11.1", "description": "Cross platform http post file uploader with Android and iOS background support.", "main": "src/index.js", "scripts": {