Skip to content

Commit

Permalink
Atualiza projeto para expo sdk 38.0.0
Browse files Browse the repository at this point in the history
A Google Play agora exige que o targetSdkVersion (api target level) seja ao menos 29,
mas a versão anterior do expo sdk estava fazendo build do app com targetSdkVersion 28.
  • Loading branch information
manoelcampos committed Aug 19, 2020
1 parent 548736e commit 26b78ad
Show file tree
Hide file tree
Showing 2 changed files with 701 additions and 748 deletions.
38 changes: 19 additions & 19 deletions mobile/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,40 +13,40 @@
"fix": "eslint --fix ."
},
"dependencies": {
"@react-native-community/async-storage": "^1.11.0",
"@react-native-community/masked-view": "0.1.6",
"@react-native-community/picker": "^1.6.6",
"@react-native-community/async-storage": "~1.11.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/picker": "1.6.0",
"@react-navigation/native": "^5.6.1",
"@react-navigation/stack": "^5.6.2",
"axios": "^0.19.2",
"expo": "^37.0.12",
"expo": "^38.0.0",
"expo-cli": "^3.22.3",
"expo-constants": "~9.0.0",
"expo-location": "~8.1.0",
"expo-permissions": "~8.1.0",
"expo-task-manager": "~8.1.0",
"expo-web-browser": "~8.2.1",
"expo-constants": "~9.1.1",
"expo-location": "~8.2.1",
"expo-permissions": "~9.0.1",
"expo-task-manager": "~8.3.0",
"expo-web-browser": "~8.3.1",
"global": "^4.4.0",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react": "16.11.0",
"react-dom": "16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
"react-native-dotenv": "^0.2.0",
"react-native-gesture-handler": "^1.6.1",
"react-native-gesture-handler": "~1.6.0",
"react-native-google-places-autocomplete": "^1.7.3",
"react-native-google-recaptcha-v2": "^1.1.0",
"react-native-map-clustering": "^3.3.9",
"react-native-maps": "0.26.1",
"react-native-maps": "0.27.1",
"react-native-modal": "^11.5.6",
"react-native-reanimated": "~1.7.0",
"react-native-reanimated": "~1.9.0",
"react-native-responsive-screen": "^1.4.1",
"react-native-safe-area-context": "0.7.3",
"react-native-screens": "~2.2.0",
"react-native-safe-area-context": "~3.0.7",
"react-native-screens": "~2.9.0",
"react-native-web": "~0.11.7",
"react-native-webview": "8.1.1"
"react-native-webview": "9.4.0"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"babel-preset-expo": "~8.1.0",
"babel-preset-expo": "^8.2.3",
"eslint": "^7.4.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
Expand Down
Loading

0 comments on commit 26b78ad

Please sign in to comment.