Skip to content

Commit

Permalink
Update react-native-device-info and fix status value: (#2892)
Browse files Browse the repository at this point in the history
  • Loading branch information
migbot committed Jun 18, 2019
1 parent 8817390 commit 387d409
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions android/app/google-services.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"services": {
"analytics_service": {
"status": 0
"status": 2
},
"appinvite_service": {
"status": 1,
Expand Down Expand Up @@ -57,7 +57,7 @@
],
"services": {
"analytics_service": {
"status": 0
"status": 2
},
"appinvite_service": {
"status": 1,
Expand Down Expand Up @@ -88,7 +88,7 @@
],
"services": {
"analytics_service": {
"status": 0
"status": 2
},
"appinvite_service": {
"status": 1,
Expand Down
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react-native-calendars": "github:mattermost/react-native-calendars#4937ec5a3bf7e86f9f35fcd85eb4aa6133f45b58",
"react-native-circular-progress": "1.1.0",
"react-native-cookies": "github:joeferraro/react-native-cookies#f11374745deba9f18f7b8a9bb4b0b2573026f522",
"react-native-device-info": "github:mattermost/react-native-device-info#5be3656f4e0ca5c3544618e5df3e9a498f183483",
"react-native-device-info": "github:mattermost/react-native-device-info#7acc6130cafe129a78b1e28d760db5c647aa82a0",
"react-native-doc-viewer": "2.7.8",
"react-native-document-picker": "2.3.0",
"react-native-exception-handler": "2.10.7",
Expand Down

0 comments on commit 387d409

Please sign in to comment.