Skip to content

Commit b4ba15b

Browse files
author
Claudio Gonzalez
committed
Updating Android version
1 parent a52109e commit b4ba15b

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
buildscript {
44
ext {
55
buildToolsVersion = "28.0.3"
6-
minSdkVersion = 16
6+
minSdkVersion = 21
77
compileSdkVersion = 28
88
targetSdkVersion = 28
99
}

package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,16 @@
1010
"lint": "eslint ."
1111
},
1212
"dependencies": {
13-
"@react-native-community/masked-view": "^0.1.10",
14-
"@react-navigation/native": "^5.5.0",
15-
"@react-navigation/stack": "^5.4.1",
16-
"axios": "^0.19.2",
13+
"@react-native-community/masked-view": "^0.1.11",
14+
"@react-navigation/native": "^5.9.4",
15+
"@react-navigation/stack": "^5.14.5",
16+
"axios": "^0.21.1",
1717
"react": "17.0.1",
1818
"react-native": "0.64.2",
19-
"react-native-gesture-handler": "^1.6.1",
20-
"react-native-reanimated": "^1.9.0",
21-
"react-native-router-flux": "^4.2.0",
22-
"react-native-safe-area-context": "^3.0.2",
23-
"react-native-screens": "^2.8.0"
19+
"react-native-gesture-handler": "^1.10.3",
20+
"react-native-reanimated": "^2.2.0",
21+
"react-native-safe-area-context": "^3.2.0",
22+
"react-native-screens": "^3.3.0"
2423
},
2524
"devDependencies": {
2625
"@babel/core": "^7.12.9",

0 commit comments

Comments
 (0)