expo 47.0.3 → 47.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/android/build.gradle
CHANGED
|
@@ -34,7 +34,7 @@ def getRNVersion() {
|
|
|
34
34
|
ensureDependeciesWereEvaluated(project)
|
|
35
35
|
|
|
36
36
|
group = 'host.exp.exponent'
|
|
37
|
-
version = '47.0.
|
|
37
|
+
version = '47.0.5'
|
|
38
38
|
|
|
39
39
|
buildscript {
|
|
40
40
|
def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
|
|
@@ -105,7 +105,7 @@ android {
|
|
|
105
105
|
minSdkVersion safeExtGet("minSdkVersion", 21)
|
|
106
106
|
targetSdkVersion safeExtGet("targetSdkVersion", 31)
|
|
107
107
|
versionCode 1
|
|
108
|
-
versionName "47.0.
|
|
108
|
+
versionName "47.0.5"
|
|
109
109
|
consumerProguardFiles("proguard-rules.pro")
|
|
110
110
|
}
|
|
111
111
|
lintOptions {
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"expo-location": "~15.0.1",
|
|
59
59
|
"expo-mail-composer": "~12.0.0",
|
|
60
60
|
"expo-media-library": "~15.0.0",
|
|
61
|
-
"expo-module-template": "~10.
|
|
62
|
-
"expo-modules-core": "~1.0.
|
|
61
|
+
"expo-module-template": "~10.8.2",
|
|
62
|
+
"expo-modules-core": "~1.0.3",
|
|
63
63
|
"expo-navigation-bar": "~2.0.1",
|
|
64
64
|
"expo-network": "~5.0.0",
|
|
65
65
|
"expo-notifications": "~0.17.0",
|
|
@@ -73,14 +73,14 @@
|
|
|
73
73
|
"expo-sharing": "~11.0.1",
|
|
74
74
|
"expo-sms": "~11.0.0",
|
|
75
75
|
"expo-speech": "~11.0.0",
|
|
76
|
-
"expo-splash-screen": "~0.17.
|
|
76
|
+
"expo-splash-screen": "~0.17.5",
|
|
77
77
|
"expo-sqlite": "~11.0.0",
|
|
78
78
|
"expo-status-bar": "~1.4.2",
|
|
79
79
|
"expo-store-review": "~6.0.0",
|
|
80
80
|
"expo-system-ui": "~2.0.1",
|
|
81
81
|
"expo-task-manager": "~11.0.1",
|
|
82
82
|
"expo-tracking-transparency": "~3.0.1",
|
|
83
|
-
"expo-updates": "~0.15.
|
|
83
|
+
"expo-updates": "~0.15.5",
|
|
84
84
|
"expo-video-thumbnails": "~7.0.0",
|
|
85
85
|
"expo-web-browser": "~12.0.0",
|
|
86
86
|
"lottie-react-native": "5.1.4",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "47.0.
|
|
3
|
+
"version": "47.0.5",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "build/Expo.js",
|
|
6
6
|
"module": "build/Expo.js",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"homepage": "https://github.com/expo/expo/tree/main/packages/expo",
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@babel/runtime": "^7.14.0",
|
|
62
|
-
"@expo/cli": "0.4.
|
|
62
|
+
"@expo/cli": "0.4.9",
|
|
63
63
|
"@expo/vector-icons": "^13.0.0",
|
|
64
64
|
"@expo/config-plugins": "5.0.4",
|
|
65
65
|
"@expo/config": "7.0.3",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"expo-font": "~11.0.1",
|
|
73
73
|
"expo-keep-awake": "~11.0.1",
|
|
74
74
|
"expo-modules-autolinking": "1.0.0",
|
|
75
|
-
"expo-modules-core": "1.0.
|
|
75
|
+
"expo-modules-core": "1.0.3",
|
|
76
76
|
"fbemitter": "^3.0.0",
|
|
77
77
|
"getenv": "^1.0.0",
|
|
78
78
|
"invariant": "^2.2.4",
|
|
@@ -96,5 +96,5 @@
|
|
|
96
96
|
"react-dom": "18.0.0",
|
|
97
97
|
"react-native": "0.70.5"
|
|
98
98
|
},
|
|
99
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "78b400edf9253bd3981e6e1f46ae11e36bd79ec2"
|
|
100
100
|
}
|