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 CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 18.0.3 — 2025-08-21
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 18.0.2 — 2025-08-16
14
18
 
15
19
  _This version does not introduce any user-facing changes._
@@ -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.2'
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.2"
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.2",
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.2",
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": "eaa9b645058cf2233fbb27bb21a19bc605c90a88"
56
+ "gitHead": "3275774c9286477adba9bc226d3923a996217ee4"
57
57
  }