Update react-native-fetch-blob dependency to use okhttp3 v3.13.1 (#2782)

This commit is contained in:
Miguel Alatzar 2019-05-09 14:50:20 -07:00 committed by Miguel Alatzar
parent 886ef3f8c9
commit bc0c31d707
3 changed files with 8 additions and 3 deletions

View file

@ -173,6 +173,11 @@ android {
}
}
}
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
}
}
repositories {

4
package-lock.json generated
View file

@ -13188,8 +13188,8 @@
}
},
"rn-fetch-blob": {
"version": "github:mattermost/react-native-fetch-blob#1800697e2e3834e80f7e5fa84edb5aa43c161bbc",
"from": "github:mattermost/react-native-fetch-blob#1800697e2e3834e80f7e5fa84edb5aa43c161bbc",
"version": "github:mattermost/react-native-fetch-blob#4ba6980c29608ff8915c70b500b273a0c2fd47b5",
"from": "github:mattermost/react-native-fetch-blob#4ba6980c29608ff8915c70b500b273a0c2fd47b5",
"requires": {
"base-64": "0.1.0",
"glob": "7.0.6"

View file

@ -65,7 +65,7 @@
"redux-persist-transform-filter": "0.0.18",
"redux-thunk": "2.3.0",
"reselect": "4.0.0",
"rn-fetch-blob": "github:mattermost/react-native-fetch-blob#1800697e2e3834e80f7e5fa84edb5aa43c161bbc",
"rn-fetch-blob": "github:mattermost/react-native-fetch-blob#4ba6980c29608ff8915c70b500b273a0c2fd47b5",
"rn-placeholder": "github:mattermost/rn-placeholder#bfee66eb54f1f06d1425a0ad511a5e16559bf82c",
"semver": "5.6.0",
"shallow-equals": "1.0.0",