expo 52.0.26 → 52.0.28
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 +2 -2
- package/bundledNativeModules.json +12 -11
- package/package.json +6 -6
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.28'
|
|
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.28"
|
|
50
50
|
consumerProguardFiles("proguard-rules.pro")
|
|
51
51
|
}
|
|
52
52
|
testOptions {
|
|
@@ -20,20 +20,21 @@
|
|
|
20
20
|
"expo-audio": "~0.3.4",
|
|
21
21
|
"expo-auth-session": "~6.0.2",
|
|
22
22
|
"expo-av": "~15.0.2",
|
|
23
|
-
"expo-background-fetch": "~13.0.
|
|
23
|
+
"expo-background-fetch": "~13.0.5",
|
|
24
|
+
"expo-background-task": "~0.1.0",
|
|
24
25
|
"expo-battery": "~9.0.2",
|
|
25
|
-
"expo-blur": "~14.0.
|
|
26
|
+
"expo-blur": "~14.0.3",
|
|
26
27
|
"expo-brightness": "~13.0.3",
|
|
27
28
|
"expo-build-properties": "~0.13.2",
|
|
28
29
|
"expo-calendar": "~14.0.6",
|
|
29
|
-
"expo-camera": "~16.0.
|
|
30
|
+
"expo-camera": "~16.0.14",
|
|
30
31
|
"expo-cellular": "~7.0.2",
|
|
31
32
|
"expo-checkbox": "~4.0.1",
|
|
32
33
|
"expo-clipboard": "~7.0.1",
|
|
33
|
-
"expo-constants": "~17.0.
|
|
34
|
-
"expo-contacts": "~14.0.
|
|
34
|
+
"expo-constants": "~17.0.5",
|
|
35
|
+
"expo-contacts": "~14.0.4",
|
|
35
36
|
"expo-crypto": "~14.0.2",
|
|
36
|
-
"expo-dev-client": "~5.0.
|
|
37
|
+
"expo-dev-client": "~5.0.10",
|
|
37
38
|
"expo-device": "~7.0.2",
|
|
38
39
|
"expo-document-picker": "~13.0.2",
|
|
39
40
|
"expo-face-detector": "~13.0.2",
|
|
@@ -50,17 +51,17 @@
|
|
|
50
51
|
"expo-insights": "~0.8.2",
|
|
51
52
|
"expo-keep-awake": "~14.0.2",
|
|
52
53
|
"expo-linear-gradient": "~14.0.2",
|
|
53
|
-
"expo-linking": "~7.0.
|
|
54
|
+
"expo-linking": "~7.0.5",
|
|
54
55
|
"expo-local-authentication": "~15.0.2",
|
|
55
56
|
"expo-localization": "~16.0.1",
|
|
56
57
|
"expo-location": "~18.0.5",
|
|
57
58
|
"expo-mail-composer": "~14.0.2",
|
|
58
59
|
"expo-media-library": "~17.0.5",
|
|
59
60
|
"expo-module-template": "~10.15.13",
|
|
60
|
-
"expo-modules-core": "~2.
|
|
61
|
+
"expo-modules-core": "~2.2.0",
|
|
61
62
|
"expo-navigation-bar": "~4.0.7",
|
|
62
63
|
"expo-network": "~7.0.5",
|
|
63
|
-
"expo-notifications": "~0.29.
|
|
64
|
+
"expo-notifications": "~0.29.13",
|
|
64
65
|
"expo-print": "~14.0.3",
|
|
65
66
|
"expo-router": "~4.0.17",
|
|
66
67
|
"expo-screen-capture": "~7.0.1",
|
|
@@ -71,12 +72,12 @@
|
|
|
71
72
|
"expo-sms": "~13.0.1",
|
|
72
73
|
"expo-speech": "~13.0.1",
|
|
73
74
|
"expo-splash-screen": "~0.29.21",
|
|
74
|
-
"expo-sqlite": "~15.0
|
|
75
|
+
"expo-sqlite": "~15.1.0",
|
|
75
76
|
"expo-status-bar": "~2.0.1",
|
|
76
77
|
"expo-store-review": "~8.0.1",
|
|
77
78
|
"expo-symbols": "~0.2.1",
|
|
78
79
|
"expo-system-ui": "~4.0.7",
|
|
79
|
-
"expo-task-manager": "~12.0.
|
|
80
|
+
"expo-task-manager": "~12.0.5",
|
|
80
81
|
"expo-tracking-transparency": "~5.1.1",
|
|
81
82
|
"expo-updates": "~0.26.13",
|
|
82
83
|
"expo-video-thumbnails": "~9.0.3",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "52.0.
|
|
3
|
+
"version": "52.0.28",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "src/Expo.ts",
|
|
6
6
|
"module": "src/Expo.ts",
|
|
@@ -68,7 +68,7 @@
|
|
|
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.
|
|
71
|
+
"@expo/cli": "0.22.11",
|
|
72
72
|
"@expo/config": "~10.0.8",
|
|
73
73
|
"@expo/config-plugins": "~9.0.14",
|
|
74
74
|
"@expo/fingerprint": "0.11.7",
|
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
"@expo/vector-icons": "^14.0.0",
|
|
77
77
|
"babel-preset-expo": "~12.0.6",
|
|
78
78
|
"expo-asset": "~11.0.2",
|
|
79
|
-
"expo-constants": "~17.0.
|
|
79
|
+
"expo-constants": "~17.0.5",
|
|
80
80
|
"expo-file-system": "~18.0.7",
|
|
81
81
|
"expo-font": "~13.0.3",
|
|
82
82
|
"expo-keep-awake": "~14.0.2",
|
|
83
|
-
"expo-modules-autolinking": "2.0.
|
|
84
|
-
"expo-modules-core": "2.
|
|
83
|
+
"expo-modules-autolinking": "2.0.7",
|
|
84
|
+
"expo-modules-core": "2.2.0",
|
|
85
85
|
"fbemitter": "^3.0.0",
|
|
86
86
|
"web-streams-polyfill": "^3.3.2",
|
|
87
87
|
"whatwg-url-without-unicode": "8.0.0-3"
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"optional": true
|
|
113
113
|
}
|
|
114
114
|
},
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "3fd37fd31fd818d833e85c4723b1578010da6967"
|
|
116
116
|
}
|