expo-constants 18.0.2 → 18.0.3
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/CHANGELOG.md +4 -0
- package/android/build.gradle +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/android/build.gradle
CHANGED
|
@@ -6,7 +6,7 @@ plugins {
|
|
|
6
6
|
apply from: "../scripts/get-app-config-android.gradle"
|
|
7
7
|
|
|
8
8
|
group = 'host.exp.exponent'
|
|
9
|
-
version = '18.0.
|
|
9
|
+
version = '18.0.3'
|
|
10
10
|
|
|
11
11
|
expoModule {
|
|
12
12
|
// We can't prebuild the module because we need to apply `get-app-config-android.gradle` script.
|
|
@@ -17,7 +17,7 @@ android {
|
|
|
17
17
|
namespace "expo.modules.constants"
|
|
18
18
|
defaultConfig {
|
|
19
19
|
versionCode 33
|
|
20
|
-
versionName "18.0.
|
|
20
|
+
versionName "18.0.3"
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-constants",
|
|
3
|
-
"version": "18.0.
|
|
3
|
+
"version": "18.0.3",
|
|
4
4
|
"description": "Provides system information that remains constant throughout the lifetime of your app.",
|
|
5
5
|
"main": "build/Constants.js",
|
|
6
6
|
"types": "build/Constants.d.ts",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"preset": "expo-module-scripts"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@expo/config": "~12.0.
|
|
46
|
+
"@expo/config": "~12.0.3",
|
|
47
47
|
"@expo/env": "~2.0.2"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"expo": "*",
|
|
54
54
|
"react-native": "*"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "3275774c9286477adba9bc226d3923a996217ee4"
|
|
57
57
|
}
|