expo 52.0.14 → 52.0.16
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
|
@@ -33,7 +33,7 @@ def getRNVersion() {
|
|
|
33
33
|
ensureDependeciesWereEvaluated(project)
|
|
34
34
|
|
|
35
35
|
group = 'host.exp.exponent'
|
|
36
|
-
version = '52.0.
|
|
36
|
+
version = '52.0.16'
|
|
37
37
|
|
|
38
38
|
buildscript {
|
|
39
39
|
// Simple helper that allows the root project to override versions declared by this library.
|
|
@@ -46,7 +46,7 @@ android {
|
|
|
46
46
|
namespace "expo.core"
|
|
47
47
|
defaultConfig {
|
|
48
48
|
versionCode 1
|
|
49
|
-
versionName "52.0.
|
|
49
|
+
versionName "52.0.16"
|
|
50
50
|
consumerProguardFiles("proguard-rules.pro")
|
|
51
51
|
}
|
|
52
52
|
testOptions {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"expo-brightness": "~13.0.2",
|
|
27
27
|
"expo-build-properties": "~0.13.1",
|
|
28
28
|
"expo-calendar": "~14.0.4",
|
|
29
|
-
"expo-camera": "~16.0.
|
|
29
|
+
"expo-camera": "~16.0.9",
|
|
30
30
|
"expo-cellular": "~7.0.1",
|
|
31
31
|
"expo-checkbox": "~4.0.0",
|
|
32
32
|
"expo-clipboard": "~7.0.0",
|
|
@@ -60,11 +60,11 @@
|
|
|
60
60
|
"expo-modules-core": "~2.1.1",
|
|
61
61
|
"expo-navigation-bar": "~4.0.5",
|
|
62
62
|
"expo-network": "~7.0.3",
|
|
63
|
-
"expo-notifications": "~0.29.
|
|
63
|
+
"expo-notifications": "~0.29.11",
|
|
64
64
|
"expo-print": "~14.0.2",
|
|
65
65
|
"expo-router": "~4.0.11",
|
|
66
66
|
"expo-screen-capture": "~7.0.0",
|
|
67
|
-
"expo-screen-orientation": "~8.0.
|
|
67
|
+
"expo-screen-orientation": "~8.0.1",
|
|
68
68
|
"expo-secure-store": "~14.0.0",
|
|
69
69
|
"expo-sensors": "~14.0.1",
|
|
70
70
|
"expo-sharing": "~13.0.0",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"expo-system-ui": "~4.0.5",
|
|
79
79
|
"expo-task-manager": "~12.0.3",
|
|
80
80
|
"expo-tracking-transparency": "~5.1.0",
|
|
81
|
-
"expo-updates": "~0.26.
|
|
81
|
+
"expo-updates": "~0.26.10",
|
|
82
82
|
"expo-video-thumbnails": "~9.0.2",
|
|
83
83
|
"expo-video": "~2.0.2",
|
|
84
84
|
"expo-web-browser": "~14.0.1",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"react-native-safe-area-context": "4.12.0",
|
|
98
98
|
"react-native-svg": "15.8.0",
|
|
99
99
|
"react-native-view-shot": "4.0.2",
|
|
100
|
-
"react-native-webview": "13.12.
|
|
100
|
+
"react-native-webview": "13.12.5",
|
|
101
101
|
"sentry-expo": "~7.0.0",
|
|
102
102
|
"unimodules-app-loader": "~5.0.0",
|
|
103
103
|
"unimodules-image-loader-interface": "~6.1.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "52.0.
|
|
3
|
+
"version": "52.0.16",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "src/Expo.ts",
|
|
6
6
|
"module": "src/Expo.ts",
|
|
@@ -68,11 +68,11 @@
|
|
|
68
68
|
"homepage": "https://github.com/expo/expo/tree/main/packages/expo",
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@babel/runtime": "^7.20.0",
|
|
71
|
-
"@expo/cli": "0.22.
|
|
72
|
-
"@expo/config": "~10.0.
|
|
73
|
-
"@expo/config-plugins": "~9.0.
|
|
71
|
+
"@expo/cli": "0.22.2",
|
|
72
|
+
"@expo/config": "~10.0.6",
|
|
73
|
+
"@expo/config-plugins": "~9.0.12",
|
|
74
74
|
"@expo/fingerprint": "0.11.3",
|
|
75
|
-
"@expo/metro-config": "0.19.
|
|
75
|
+
"@expo/metro-config": "0.19.6",
|
|
76
76
|
"@expo/vector-icons": "^14.0.0",
|
|
77
77
|
"babel-preset-expo": "~12.0.3",
|
|
78
78
|
"expo-asset": "~11.0.1",
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"optional": true
|
|
113
113
|
}
|
|
114
114
|
},
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "9d4e373d6a0feaaba5df625f0b2eb3a60be16616"
|
|
116
116
|
}
|